Skip to content

Commit 87b768e

Browse files
Oops
1 parent 78eaad7 commit 87b768e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/spellchecker-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ for (let testAlwaysUseHunspell of [true, false]) {
7979
it('returns true for fr', () => {
8080
if (spellType !== 'hunspell' && IS_WINDOWS_CI) return;
8181
expect(
82-
() => fixture.setDictionary('fr', dictionaryDirectory)
82+
fixture.setDictionary('fr', dictionaryDirectory)
8383
).toBe(true);
8484
});
8585
});

0 commit comments

Comments
 (0)