Skip to content

Commit

Permalink
test(server): add forgotten argument
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Sep 10, 2020
1 parent 2201987 commit 3353b91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,11 +639,10 @@ describe('Subscribe', () => {
payload: {
operationName: 'BecomingHappy',
query: `subscription BecomingHappy {
becameHappy {
becameHappy(secret: "smile more") {
name
}
}`,
variables: {},
},
}),
() =>
Expand Down

0 comments on commit 3353b91

Please sign in to comment.