mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 00:57:42 +00:00
fix(common/models/templates): unit test patchup post maxP -> p
This commit is contained in:
parent
6de595394b
commit
e0892deccf
1 changed files with 1 additions and 1 deletions
|
|
@ -365,6 +365,6 @@ describe('Trie traversal abstractions', function() {
|
|||
p: 1/2
|
||||
}
|
||||
]);
|
||||
assert.equal(eNode.maxP, 0.5);
|
||||
assert.equal(eNode.p, 0.5);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue