Skip to content

Commit 8b2e044

Browse files
committed
Remove comment
1 parent 41c297f commit 8b2e044

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/core/__tests__/ApolloClient/general.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,10 +3253,6 @@ describe("ApolloClient", () => {
32533253
partial: false,
32543254
});
32553255

3256-
// The polled result is `hello` again, identical to what this query last
3257-
// wrote, so the cache write is skipped. The emitted result still comes from
3258-
// the cache, so the `read` function is applied instead of delivering the
3259-
// raw network value.
32603256
await expect(stream).toEmitTypedValue({
32613257
data: { greeting: "HELLO" },
32623258
dataState: "complete",

0 commit comments

Comments
 (0)