aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/stopper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/stopper_test.go')
-rw-r--r--core/test/stopper_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/test/stopper_test.go b/core/test/stopper_test.go
index df207ec..e9954b0 100644
--- a/core/test/stopper_test.go
+++ b/core/test/stopper_test.go
@@ -61,9 +61,9 @@ func (s *StopperTestSuite) TestStopByConfirmedBlocks() {
}
app.TotalOrderingDelivered(hashes, false)
for _, h := range hashes {
- app.BlockDelivered(types.Block{
- Hash: h,
- ConsensusTimestamp: time.Time{}})
+ app.BlockDelivered(h, types.FinalizationResult{
+ Timestamp: time.Time{},
+ })
}
}
}