Skip to content

Commit

Permalink
Cleanup filenames which used "cop"
Browse files Browse the repository at this point in the history
There were a couple of files which still had the
"cop" term in them.  This changeset simply renames
any files to use "fabric-ca"

Change-Id: I5de50e95b6d056766f308bc84d6b1d738ba15e4e
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Feb 26, 2017
1 parent 50b9370 commit 6c3547e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gulp.task('test', ['lint', 'test-headless'], function() {
// network
return gulp.src([
// 'test/integration/ca-tests.js',
'test/integration/chain-fabriccop-tests.js',
'test/integration/chain-fabric-ca-tests.js',
'test/integration/endorser-tests.js',
'test/integration/orderer-chain-tests.js',
'test/integration/install.js'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6c3547e

Please sign in to comment.