Skip to content

Commit 4f5f61f

Browse files
committed
Add forgotten check in the tracer test.
1 parent dbf181c commit 4f5f61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nil/services/synccommittee/prover/tracer/tracer_nild_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ func (s *TracerNildTestSuite) checkBlocksRangeTracesSerialization(from []types.B
296296
if errors.Is(err, ErrCantProofGenesisBlock) {
297297
continue
298298
}
299+
s.Require().NoError(err)
299300
mptTraces, err := tracer.GetMPTTraces()
300301
s.Require().NoError(err)
301302
traces.SetMptTraces(&mptTraces)

0 commit comments

Comments
 (0)