Fix unit test

This commit is contained in:
Xon 2024-09-05 03:05:41 +08:00
commit efcb764788

View file

@ -1161,7 +1161,7 @@ describe('choices', () => {
});
it('dispatches clearChoices action', () => {
expect(storeResetStub.callCount).to.be.eq(1);
expect(storeResetStub.callCount).to.be.eq(0);
});
});