Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-walle-mw committed May 19, 2022
1 parent 5045991 commit 3abbe50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/atomWithObservable.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ it('only subscribe once per atom', async () => {
</Suspense>
</Provider>
)
await findByText('loading')
act(() => subject.next(2))
await findByText('count: 2')

Expand Down

0 comments on commit 3abbe50

Please sign in to comment.