Skip to content

Commit

Permalink
Update zero.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Mar 8, 2025
1 parent b819ddc commit 70b972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zero-client/src/client/zero.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ test('SchemaVersionNotSupported default handler', async () => {
expect(fake.calledOnce).true;

expect(storage[RELOAD_REASON_STORAGE_KEY]).to.equal(
"The server no longer supports this client's schema version. server test message",
"Client and server schemas incompatible. server test message",
);
});

Expand Down

0 comments on commit 70b972a

Please sign in to comment.