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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/test/stopper_test.go b/core/test/stopper_test.go
index cb52032..de1c1a5 100644
--- a/core/test/stopper_test.go
+++ b/core/test/stopper_test.go
@@ -59,9 +59,9 @@ func (s *StopperTestSuite) TestStopByConfirmedBlocks() {
for _, h := range hashes {
app.StronglyAcked(h)
}
- app.TotalOrderingDeliver(hashes, false)
+ app.TotalOrderingDelivered(hashes, false)
for _, h := range hashes {
- app.BlockDeliver(types.Block{
+ app.BlockDelivered(types.Block{
Hash: h,
Witness: types.Witness{Timestamp: time.Time{}}})
}