Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Dec 22, 2024
1 parent c29d6d8 commit fea0276
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 @@ -635,7 +635,7 @@ describe('choices', () => {
it('focuses input', () =>
new Promise((done) => {
requestAnimationFrame(() => {
expect(inputFocusSpy.called).to.equal(true);
expect(inputFocusSpy.called).to.equal(false);
done(true);
});
}));
Expand Down

0 comments on commit fea0276

Please sign in to comment.