Skip to content

Commit

Permalink
test(client): fix invalid query
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 1, 2020
1 parent bb71ed8 commit c04cff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ describe('lazy', () => {
{
operationName: 'BecomingHappy',
query: `subscription BecomingHappy {
becameHappy {
becameHappy(secret: "live in the moment") {
name
}
}`,
Expand Down

0 comments on commit c04cff1

Please sign in to comment.