mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 14:00:33 +00:00
Fix an assertion typo.
This commit is contained in:
@@ -329,5 +329,5 @@ func mustSetupDB(t *testing.T) *dockertest.Pool {
|
||||
func mustTeardown(t *testing.T, pool *dockertest.Pool) {
|
||||
t.Helper()
|
||||
require.Nil(t, pool.Purge(resource))
|
||||
require.Nil(db.Close())
|
||||
require.Nil(t, db.Close())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user