Skip to content

Commit 6b1d5b9

Browse files
committed
Fix lint
1 parent 57478f5 commit 6b1d5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mutation/__tests__/mutation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('mutationWithClientMutationId()', () => {
124124
};
125125
return expect(graphql(schema, query)).to.become(expected);
126126
});
127-
127+
128128
it('supports promise mutations', () => {
129129
var query = `
130130
mutation M {

0 commit comments

Comments
 (0)