Commit 1f5bc46 1 parent 7191d89 commit 1f5bc46 Copy full SHA for 1f5bc46
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package mgmt
19
19
import (
20
20
"testing"
21
21
22
- configvaluesmsp "github.com/hyperledger/fabric/common/configvalues /msp"
22
+ configvaluesmsp "github.com/hyperledger/fabric/common/config /msp"
23
23
"github.com/hyperledger/fabric/msp"
24
24
)
25
25
@@ -44,7 +44,7 @@ func TestGetManagerForChains_usingMSPConfigHandlers(t *testing.T) {
44
44
msp1 := GetManagerForChain ("test" )
45
45
// return value should be nil because the MSPManager was not initialized
46
46
if msp1 != nil {
47
- t .Fatalf ("MSPManager should have been nil" )
47
+ t .Fatal ("MSPManager should have been nil" )
48
48
}
49
49
50
50
XXXSetMSPManager ("foo" , & configvaluesmsp.MSPConfigHandler {MSPManager : msp .NewMSPManager ()})
You can’t perform that action at this time.
0 commit comments