fix missing cmds not being found in tests
This commit is contained in:
parent
69393ae38c
commit
2e56677ab9
@ -31,7 +31,7 @@ describe('Client Commands', function() {
|
||||
assert.ifError(err);
|
||||
|
||||
for (var i in helpCommands) {
|
||||
var found = true;
|
||||
var found = false;
|
||||
for (var j in commands) {
|
||||
if (commands[j] === helpCommands[i]) {
|
||||
found = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user