Skip to content

Commit

Permalink
Fix readFromStore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 24, 2025
1 parent 81e36bc commit aaefe99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache/inmemory/__tests__/readFromStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ describe("reading from the store", () => {
query: bQuery,
returnPartialData: true,
})
).toEqual({});
).toEqual(null);

expect(
cache.readQuery({
Expand Down

0 comments on commit aaefe99

Please sign in to comment.