Skip to content

Commit

Permalink
Revert "fixup! create idemix user folder under root folder"
Browse files Browse the repository at this point in the history
This reverts commit dfd29fe.

Signed-off-by: Josh Kneubuhl <[email protected]>
  • Loading branch information
jkneubuh authored and denyeart committed Jul 8, 2022
1 parent fac0ce6 commit 65315b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestIdemixEnroll(t *testing.T) {
_, err = client.LoadIdentity("", filepath.Join(clientHome, "msp/signcerts/cert.pem"), filepath.Join(clientHome, "msp/user/SignerConfig"))
assert.NoError(t, err, "Failed to load identity that has both X509 and Idemix credentials")

_, err = client.LoadIdentity("", "", filepath.Join(clientHome, "user/SignerConfig"))
_, err = client.LoadIdentity("", "", filepath.Join(clientHome, "msp/user/SignerConfig"))
assert.NoError(t, err, "Failed to load identity that only has Idemix credential")

// Error case, invalid x509 and Idemix credential
Expand Down

0 comments on commit 65315b2

Please sign in to comment.