Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Nov 28, 2024
1 parent 7892307 commit e010b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/retry/__tests__/retry.query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('retry with query', () => {
const scope = fork();

allSettled(query.start, { scope, params: 'Initial' });

await vi.advanceTimersByTimeAsync(10);
await allSettled(scope);

Expand Down

0 comments on commit e010b40

Please sign in to comment.