From efcb76478809babfea3f5108599b550d2cc4a950 Mon Sep 17 00:00:00 2001 From: Xon <635541+Xon@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:05:41 +0800 Subject: [PATCH] Fix unit test --- test/scripts/choices.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/choices.test.ts b/test/scripts/choices.test.ts index de409714..2e3966e8 100644 --- a/test/scripts/choices.test.ts +++ b/test/scripts/choices.test.ts @@ -1161,7 +1161,7 @@ describe('choices', () => { }); it('dispatches clearChoices action', () => { - expect(storeResetStub.callCount).to.be.eq(1); + expect(storeResetStub.callCount).to.be.eq(0); }); });