Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Sep 4, 2024
1 parent 4b0b4f5 commit efcb764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/choices.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ describe('choices', () => {
});

it('dispatches clearChoices action', () => {
expect(storeResetStub.callCount).to.be.eq(1);
expect(storeResetStub.callCount).to.be.eq(0);
});
});

Expand Down

0 comments on commit efcb764

Please sign in to comment.