Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmrysMyrddin committed Mar 7, 2024
1 parent 3e46ced commit 1ea54ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/wrap/tests/transformTransformCompositeFields.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ describe('TransformCompositeFields', () => {
2,
expect.objectContaining({
selections: [
expect.objectContaining({
name: expect.objectContaining({ kind: 'Name', value: '__typename' }),
}),
expect.objectContaining({
name: expect.objectContaining({ kind: 'Name', value: 'product' }),
selectionSet: expect.objectContaining({
Expand All @@ -141,6 +138,9 @@ describe('TransformCompositeFields', () => {
],
}),
}),
expect.objectContaining({
name: expect.objectContaining({ kind: 'Name', value: '__typename' }),
}),
],
}),
);
Expand Down

0 comments on commit 1ea54ce

Please sign in to comment.