Skip to content

Commit

Permalink
[FAB-2487] Change test string to comply with rule
Browse files Browse the repository at this point in the history
Commit 94d7e9 introduced a more strict rule of channel name.
This CR changes channel name in multichain test to comply with it.

Change-Id: I9dbca9e08c55b0d289b0340f3f52325e41827ac9
Signed-off-by: Jay Guo <guojiannan1101@gmail.com>
Signed-off-by: Kostas Christidis <kostas@christidis.io>
  • Loading branch information
guoger authored and kchristidis committed Jun 14, 2017
1 parent 66655f7 commit 0a72230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/multichain/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var conf, singleMSPConf, noConsortiumConf *genesisconfig.Profile
var genesisBlock, singleMSPGenesisBlock, noConsortiumGenesisBlock *cb.Block
var mockSigningIdentity msp.SigningIdentity

const NoConsortiumChain = "NoConsortiumChain"
const NoConsortiumChain = "no-consortium-chain"

func init() {
logging.SetLevel(logging.DEBUG, "")
Expand Down

0 comments on commit 0a72230

Please sign in to comment.