Skip to content

Commit 86d6a20

Browse files
improve more
1 parent 5013deb commit 86d6a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/tests/watch.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ describe('Watch Tests', { sequential: true }, () => {
674674
// Wait for the initial load to complete
675675
await vi.waitFor(
676676
() => {
677-
expect(watch.state.isLoading).false;
677+
expect(notificationCount).equals(1);
678678
},
679679
{ timeout: 1000 }
680680
);

0 commit comments

Comments
 (0)