fix missing cmds not being found in tests

This commit is contained in:
Sean Lavine 2015-06-26 14:12:56 -07:00
parent 69393ae38c
commit 2e56677ab9

View File

@ -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;