Fix forgotten tests

This commit is contained in:
Sergio Mena
2022-11-30 21:19:15 +01:00
parent f94705a631
commit 8ef66fca2a
2 changed files with 14 additions and 12 deletions
+1 -2
View File
@@ -377,8 +377,7 @@ func TestLoadBaseMeta(t *testing.T) {
}
func TestLoadBlockPart(t *testing.T) {
cfg, err := config.ResetTestRoot(t.TempDir(), "blockchain_reactor_test")
require.NoError(t, err)
cfg := config.ResetTestRoot("blockchain_reactor_test")
bs, db := newInMemoryBlockStore()
const height, index = 10, 1