Skip to content

Commit

Permalink
[FAB-6845] Fix broken master
Browse files Browse the repository at this point in the history
A merge created a CI failure, as the new version dependencies in the MSP
code conflict with the idemix tests, this CR fixes it.

Change-Id: I958f4f4c37a44bc9dbc60b939e7a0236852ae1ae
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Oct 31, 2017
1 parent 00f2cc1 commit a47bf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tools/idemixgen/idemixca/idemixca_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func writeSignerToFile(signerBytes []byte) error {
// with the generated config bytes
func setupMSP() error {
// setup an idemix msp from the test directory
msp, err := m.New(&m.IdemixNewOpts{NewBaseOpts: m.NewBaseOpts{Version: m.MSPv1_0}})
msp, err := m.New(&m.IdemixNewOpts{NewBaseOpts: m.NewBaseOpts{Version: m.MSPv1_1}})
if err != nil {
return errors.Wrap(err, "Getting MSP failed")
}
Expand Down

0 comments on commit a47bf65

Please sign in to comment.