Skip to content

Commit

Permalink
test: simplify failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed May 20, 2024
1 parent c1bcad7 commit 43a2416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/vanilla/storedev.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ describe.skipIf(!IS_DEV_STORE2)('[DEV-ONLY] dev-only methods rev4', () => {
const countCb = vi.fn()
const derivedCb = vi.fn()
store.set(countAtom, 2)
store.set(countAtom, 4)
const unsubCount = store.sub(countAtom, countCb)
const unsubDerived = store.sub(derivedAtom, derivedCb)
store.dev4_restore_atoms([
Expand Down

0 comments on commit 43a2416

Please sign in to comment.