aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r--core/consensus_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index d26e102..7748494 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -449,7 +449,7 @@ func (s *ConsensusTestSuite) TestSimpleDeliverBlock() {
timestamps[3] = b30.Timestamp
t, err := getMedianTime(timestamps)
req.NoError(err)
- req.Equal(t, app.Delivered[b11.Hash].ConsensusTime)
+ req.Equal(t, app.Delivered[b11.Hash].Result.Timestamp)
}
for _, obj := range objs {
if nb, ok := obj.con.app.(*nonBlocking); ok {