Skip to content

Commit

Permalink
Fix incorrect test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Nov 18, 2024
1 parent addbca5 commit 482f59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/__tests__/masking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ describe("maskOperation", () => {
test('can handle overlapping fragment spreads in inline fragments with mix masked and @unmask(mode: "migrate")', () => {
using _ = spyOnConsole("warn");
const query = gql`
query {
query GetUser {
user {
id
... {
Expand Down

0 comments on commit 482f59d

Please sign in to comment.