Skip to content

Commit 4b7ca53

Browse files
committed
Adds missing error check
1 parent 000a0de commit 4b7ca53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/neff_shuffle_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ func Test_Example_Neff_Shuffle_Sequence(t *testing.T) {
8383
require.NoError(t, err)
8484

8585
proof, err := kproof.HashProve(suite, "SequencesShuffle", prover)
86+
require.NoError(t, err)
8687

8788
// check the proof
8889
XXUp, YYUp, XXDown, YYDown := shuffle.GetSequenceVerifiable(suite, X, Y, XX, YY, e)

0 commit comments

Comments
 (0)