This commit is contained in:
vyzo 2021-07-09 11:38:09 +03:00
parent 4f89d260b0
commit 565faff754

View File

@ -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 {