Skip to content

Commit 794c3bf

Browse files
committed
Remove unneeded check already made
1 parent 222f529 commit 794c3bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3627,7 +3627,6 @@ describe("@connection", () => {
36273627
data: { linkCount: 3 },
36283628
});
36293629

3630-
expect(finalResult.data).toEqual({ linkCount: 3 });
36313630
expect(fetchPolicyRecord).toEqual([
36323631
"cache-first",
36333632
"network-only",

0 commit comments

Comments
 (0)