From 899a65ae870d84deff4ed06735808a0b26ad3fb1 Mon Sep 17 00:00:00 2001 From: vyzo Date: Thu, 17 Feb 2022 20:13:46 +0200 Subject: [PATCH] fix test --- blockstore/splitstore/splitstore_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/blockstore/splitstore/splitstore_test.go b/blockstore/splitstore/splitstore_test.go index 6b7e60e6c..c7f9cb6fc 100644 --- a/blockstore/splitstore/splitstore_test.go +++ b/blockstore/splitstore/splitstore_test.go @@ -496,6 +496,7 @@ func testSplitStoreReification(t *testing.T, f func(context.Context, blockstore. } func TestSplitStoreReification(t *testing.T) { + EnableReification = true t.Log("test reification with Has") testSplitStoreReification(t, func(ctx context.Context, s blockstore.Blockstore, c cid.Cid) error { _, err := s.Has(ctx, c)