update command_manager test
This commit is contained in:
parent
a00ce9cd72
commit
dfee740802
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ module.exports = {
|
|||
assert.equal(command, "cm2");
|
||||
|
||||
var command = this.cm.findKeyCommand(0, "return");
|
||||
assert.equal(command, "cm3");
|
||||
assert.equal(command + "", ["cm4", "cm3"] + "");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue