Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
countvonzero committed Sep 8, 2023
1 parent a689c28 commit cf58497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkpoint/recovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func validateAndPreserveData(tb testing.TB, db *sql.Database, deps []*types.Veri
} else {
mvalidator.EXPECT().NIPostChallenge(&vatx.ActivationTx.NIPostChallenge, cdb, vatx.SmesherID)
}
mvalidator.EXPECT().PositioningAtx(&vatx.PositioningATX, cdb, goldenAtx, vatx.PublishEpoch)
mvalidator.EXPECT().PositioningAtx(vatx.PositioningATX, cdb, goldenAtx, vatx.PublishEpoch)
mvalidator.EXPECT().NIPost(gomock.Any(), vatx.SmesherID, gomock.Any(), vatx.NIPost, gomock.Any(), vatx.NumUnits).Return(uint64(1111111), nil)
mreceiver.EXPECT().OnAtx(gomock.Any())
mtrtl.EXPECT().OnAtx(gomock.Any())
Expand Down

0 comments on commit cf58497

Please sign in to comment.