Skip to content

Commit

Permalink
test(async): use reatomReactiveAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
BANOnotIT committed Oct 19, 2023
1 parent ec6d41e commit 7e8bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/async/src/reatomReactiveAsync.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ test('abort should not stale', async () => {

test('direct retry', async () => {
const paramsAtom = atom(123, 'paramsAtom')
const someReaction = reatomAsyncReaction(async (ctx) => {
const someReaction = reatomReactiveAsync(async (ctx) => {
ctx.spy(paramsAtom)
await ctx.schedule(() => calls++)
}, 'someReaction')
Expand Down

0 comments on commit 7e8bbf1

Please sign in to comment.