update command_manager test

This commit is contained in:
nightwing 2014-08-01 22:33:32 +04:00
commit dfee740802

View file

@ -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"] + "");
}
};