Skip to content

Commit 6e30e75

Browse files
committed
[FAB-1781] Fix failing test in multichain package
https://jira.hyperledger.org/browse/FAB-1781 Changesets [1] and [2] got merged and as a result a test in the `multichain` package fails. This changeset fixes the failing test. [1] https://gerrit.hyperledger.org/r/3867 [2] https://gerrit.hyperledger.org/r/4581 Change-Id: I2dfc6403f79914943107a77b587791800ac053eb Signed-off-by: Kostas Christidis <[email protected]>
1 parent 7e38b0c commit 6e30e75

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
@@ -115,7 +115,7 @@ func TestNoSystemChain(t *testing.T) {
115115
consenters := make(map[string]Consenter)
116116
consenters[conf.Genesis.OrdererType] = &mockConsenter{}
117117

118-
NewManagerImpl(lf, consenters)
118+
NewManagerImpl(lf, consenters, &xxxCryptoHelper{})
119119
}
120120

121121
// This test essentially brings the entire system up and is ultimately what main.go will replicate

0 commit comments

Comments
 (0)