Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <github@bernd.dev>
  • Loading branch information
berndverst committed Dec 11, 2023
1 parent 2a7ff4d commit 45f3b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conformance/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 45f3b74

Please sign in to comment.