diff --git a/blockstore/splitstore/splitstore_test.go b/blockstore/splitstore/splitstore_test.go index a0af5fe9d..38501699b 100644 --- a/blockstore/splitstore/splitstore_test.go +++ b/blockstore/splitstore/splitstore_test.go @@ -160,7 +160,7 @@ func testSplitStore(t *testing.T, cfg *Config) { } func TestSplitStoreCompaction(t *testing.T) { - testSplitStore(t, &Config{MarkSetType: "mapts"}) + testSplitStore(t, &Config{MarkSetType: "map"}) } type mockChain struct {