Skip to content

Commit

Permalink
Remove case never hit in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 11, 2025
1 parent a4bae62 commit bfd63c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/refetchQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,6 @@ describe("client.refetchQueries", () => {
expect(diff.result).toEqual({ a: "A" });
} else if (obs === bObs) {
expect(diff.result).toEqual({ b: "B" });
} else if (obs === abObs) {
expect(diff.result).toEqual({ a: "A", b: "B" });
} else {
throw new Error(
`unexpected ObservableQuery ${obs.queryId} with name ${obs.queryName}`
Expand Down

0 comments on commit bfd63c0

Please sign in to comment.