Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelDiz committed Oct 8, 2023
1 parent b104de9 commit 34b5b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ describe('Queries', () => {
expect(data.getQuery).toHaveProperty('getUser');
expect(data.getQuery.getUser).toEqual(expect.any(Object));
expect(data.getQuery.getUser).toHaveProperty('id');
expect(data.getQuery.getUser).toHaveProperty('title-makeitFailAgain');
expect(data.getQuery.getUser).toHaveProperty('title');
}, 3000);
});

0 comments on commit 34b5b20

Please sign in to comment.