Skip to content

Commit 2c2c337

Browse files
committed
Adjust local-state/export tests broken due to changes in 4.3
1 parent 57fff83 commit 2c2c337

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/__tests__/local-state/export.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,10 +1349,10 @@ describe("@client @export tests", () => {
13491349
userId: "1",
13501350
friendList: [{ __typename: "Friend", id: "1", name: "Luke" }],
13511351
}),
1352-
dataState: "streaming",
1352+
dataState: "complete",
13531353
loading: true,
13541354
networkStatus: NetworkStatus.streaming,
1355-
partial: true,
1355+
partial: false,
13561356
});
13571357

13581358
client.writeFragment({
@@ -2049,10 +2049,10 @@ describe("@client @export tests", () => {
20492049
userId: "1",
20502050
friendList: [{ __typename: "Friend", id: "1", name: "Luke" }],
20512051
}),
2052-
dataState: "streaming",
2052+
dataState: "complete",
20532053
loading: true,
20542054
networkStatus: NetworkStatus.streaming,
2055-
partial: true,
2055+
partial: false,
20562056
});
20572057

20582058
client.writeQuery({

0 commit comments

Comments
 (0)