diff --git a/common/tests/functional/testCommands.js b/common/tests/functional/testCommands.js index 8cc693a0..59724b55 100644 --- a/common/tests/functional/testCommands.js +++ b/common/tests/functional/testCommands.js @@ -143,7 +143,7 @@ var tests = { delbmarks: { anyOutput: ["", "about:pentadactyl"] }, delcommand: [ { - init: ["delc!", "command foo bar"], + init: ["delcommand!", "command foo bar"], error: [""], completions: [ ["", hasItems], @@ -153,7 +153,7 @@ var tests = { noOutput: ["foo", "! "] }, { - init: ["comclear"], + init: ["delcommand!"], error: ["foo"] } ],