Skip to content

Commit

Permalink
appended test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghebAD committed Mar 28, 2018
1 parent c9db831 commit c3a32bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/kubernetes.unit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ describe("Testing kubernetes driver functionality", function() {
"namespace": "soajs"
};
drivers.listSecrets(options, function(error, secrets){
assert.ok(secrets.length === 3);
assert.ok(secrets.length > 0);
done();
});
});
Expand Down

0 comments on commit c3a32bf

Please sign in to comment.