Skip to content

Commit

Permalink
Update optimistic tests to match updated behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 24, 2025
1 parent b2dd1ae commit 5f341c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/optimistic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ describe("optimistic mutation results", () => {
{
complete: false,
missing: expect.anything(),
result: {},
result: null,
},
]);

Expand Down Expand Up @@ -2137,7 +2137,7 @@ describe("optimistic mutation results", () => {
{
complete: false,
missing: expect.anything(),
result: {},
result: null,
},
{
complete: true,
Expand Down

0 comments on commit 5f341c1

Please sign in to comment.