Skip to content

Commit 3fc0d6e

Browse files
committed
fix react package test
1 parent 34296fd commit 3fc0d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/tests/useSuspenseQuery.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('useSuspenseQuery', () => {
5858
it('should error when PowerSync is not set', async () => {
5959
expect(() => {
6060
renderHook(() => useSuspenseQuery('SELECT * from lists'));
61-
}).toThrow('PowerSync not configured');
61+
}).toThrow();
6262
});
6363

6464
it('should suspend on initial load', async () => {

0 commit comments

Comments
 (0)