Skip to content

Commit

Permalink
[FAB-15038] add assertion on unreferenced value
Browse files Browse the repository at this point in the history
Change-Id: Id415d3bdcf1e57bc33a9248499c1d20aee36f6d0
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Apr 3, 2019
1 parent de2d553 commit d321580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bccsp/idemix/bccsp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ var _ = Describe("Idemix Bridge", func() {
&bccsp.IdemixCRISignerOpts{},
)
Expect(err).NotTo(HaveOccurred())
Expect(valid).To(BeTrue())
})

Describe("producing an idemix signature with no disclosed attribute", func() {
Expand Down

0 comments on commit d321580

Please sign in to comment.