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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index 16efae0..84df645 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -451,6 +451,7 @@ func (s *ConsensusTestSuite) TestSimpleDeliverBlock() {
nb.wait()
}
verify(obj.app)
+ req.NoError(test.VerifyDB(obj.con.db))
}
}