Skip to content

Commit

Permalink
Merge "node-SDK FAB-2184 Fix coucbdb-fabricca-tests.js"
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthematrix authored and Gerrit Code Review committed Feb 14, 2017
2 parents 4ed80ae + bdcd351 commit 4ae123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/couchdb-fabricca-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test('Use FabricCAServices with a CouchDB KeyValueStore', function(t) {
if (client.getStateStore() === kvs) {
t.pass('Successfully set CouchDB KeyValueStore for client');
} else {
t.pass('CouchDB KeyValStore is not set successfully on this client!');
t.fail('CouchDB KeyValStore is not set successfully on this client!');
t.end();
process.exit(1);
}
Expand Down

0 comments on commit 4ae123e

Please sign in to comment.