From 45f3b7493df9ec1d3e05fcea2d5d195506e9d0c6 Mon Sep 17 00:00:00 2001 From: Bernd Verst Date: Mon, 11 Dec 2023 14:43:33 -0800 Subject: [PATCH] gofumpt Signed-off-by: Bernd Verst --- tests/conformance/state/state.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conformance/state/state.go b/tests/conformance/state/state.go index 91507aed64..32d178721b 100644 --- a/tests/conformance/state/state.go +++ b/tests/conformance/state/state.go @@ -466,7 +466,6 @@ func ConformanceTests(t *testing.T, props map[string]string, statestore state.St req.Metadata["partitionKey"] = val } - resp, err := querier.Query(context.Background(), &req) require.NoError(t, err) assert.Equal(t, len(scenario.results), len(resp.Results))