mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-13 19:17:44 +00:00
fix(web): correct typo in unit test name
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
This commit is contained in:
parent
9bbed384e6
commit
cd59e1fffb
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ describe('ContextTracker', function() {
|
|||
});
|
||||
|
||||
// random deletion at the start + later substitution = still permitted
|
||||
it(`returns false: 'clasts' => 'clasps' (subs allowed)`, () => {
|
||||
it(`returns false: 'clasts' => 'lasps' (subs allowed)`, () => {
|
||||
assert.isTrue(ContextTracker.isSubstitutionAlignable('lasps', 'clasts', true));
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue