Skip to content

Commit

Permalink
Fix minor bug in standlone COP test
Browse files Browse the repository at this point in the history
The integration tests are not currently run as part
of CI.  When merging a few patches, there was an
error in test/unit/chain-fabric-tests.js which
was not caught.

Change-Id: I5163ca04c63dcf0c0e0fd246aa12f6dadeb50112
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Nov 22, 2016
1 parent 223d769 commit 3ebadb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/chain-fabriccop-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var _test = require('tape-promise');
var test = _test(tape);

var hfc = require('../..');
var FabricCOPServices = require('../../lib/impl/FabricCOPImpl').FabricCOPServices;
var FabricCOPServices = require('../../lib/impl/FabricCOPImpl');

var utils = require('../../lib/utils.js');
var testUtil = require('./util.js');
Expand Down

0 comments on commit 3ebadb7

Please sign in to comment.