Skip to content

Commit

Permalink
ffiwrapper: Assert aggregate length
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jun 18, 2021
1 parent 7f00a6e commit 5516f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extern/sector-storage/ffiwrapper/sealer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ func TestSealAndVerifyAggregate(t *testing.T) {

avi.Proof, err = ProofProver.AggregateSealProofs(avi, toAggregate)
require.NoError(t, err)
require.Len(t, avi.Proof, 11188)

aggDone := time.Now()

Expand Down

0 comments on commit 5516f34

Please sign in to comment.