Skip to content

Commit

Permalink
fix: there we go
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Feb 22, 2024
1 parent 4ddc196 commit 15a0baf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/queries/client/queries/query/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ describe("query", () => {

subscription.unsubscribe()

await sleep(2)

expect(observer.getCurrentResult()).toMatchObject({
data: 1,
fetchStatus: "idle"
Expand Down

0 comments on commit 15a0baf

Please sign in to comment.