Skip to content

Commit 0a72230

Browse files
guogerkchristidis
authored andcommitted
[FAB-2487] Change test string to comply with rule
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 <[email protected]> Signed-off-by: Kostas Christidis <[email protected]>
1 parent 66655f7 commit 0a72230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orderer/multichain/manager_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var conf, singleMSPConf, noConsortiumConf *genesisconfig.Profile
4444
var genesisBlock, singleMSPGenesisBlock, noConsortiumGenesisBlock *cb.Block
4545
var mockSigningIdentity msp.SigningIdentity
4646

47-
const NoConsortiumChain = "NoConsortiumChain"
47+
const NoConsortiumChain = "no-consortium-chain"
4848

4949
func init() {
5050
logging.SetLevel(logging.DEBUG, "")

0 commit comments

Comments
 (0)