Skip to content

Commit

Permalink
no only
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Feb 22, 2024
1 parent a3e669f commit b27ae86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/federation/test/gateway.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ describe('Federation', () => {
}
`);
});
it.only('should give the correct result', async () => {
it('should give the correct result', async () => {
const result = await builtGateway.executor(exampleQuery);
expect(result).toEqual({
data: {
Expand Down

0 comments on commit b27ae86

Please sign in to comment.