diff --git a/tests/gocase/unit/config/config_test.go b/tests/gocase/unit/config/config_test.go index 47b559a16b3..34f67c89b63 100644 --- a/tests/gocase/unit/config/config_test.go +++ b/tests/gocase/unit/config/config_test.go @@ -321,7 +321,6 @@ func TestGenerateConfigsMatrix(t *testing.T) { require.Contains(t, configsMatrix, util.KvrocksServerConfigs{"txn-context-enabled": "no", "resp3-enabled": "no"}) } - func TestGetConfigSkipBlockCacheDeallocationOnClose(t *testing.T) { srv := util.StartServer(t, map[string]string{ "skip-block-cache-deallocation-on-close": "yes", @@ -341,4 +340,4 @@ func TestGetConfigSkipBlockCacheDeallocationOnClose(t *testing.T) { rdb = srv1.NewClient() val = rdb.ConfigGet(ctx, "skip-block-cache-deallocation-on-close").Val() require.EqualValues(t, "no", val["skip-block-cache-deallocation-on-close"]) -} \ No newline at end of file +}