mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 22:55:46 +01:00
Fix unit test
This commit is contained in:
parent
4b0b4f5955
commit
efcb764788
1 changed files with 1 additions and 1 deletions
|
|
@ -1161,7 +1161,7 @@ describe('choices', () => {
|
|||
});
|
||||
|
||||
it('dispatches clearChoices action', () => {
|
||||
expect(storeResetStub.callCount).to.be.eq(1);
|
||||
expect(storeResetStub.callCount).to.be.eq(0);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue