Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Arve Knudsen <[email protected]>
  • Loading branch information
krajorama and aknuds1 authored Oct 16, 2024
1 parent c39087e commit bed59db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ingester/ingester_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ func TestIngester_Push(t *testing.T) {
cortex_ingester_tsdb_head_max_timestamp_seconds 0.01
`,
},
"should soft fail if histogram has different number of buckets then encoded in spans": {
"should soft fail if histogram has different number of buckets than encoded in spans": {
nativeHistograms: true,
reqs: []*mimirpb.WriteRequest{
mimirpb.NewWriteRequest(nil, mimirpb.API).AddHistogramSeries(
Expand Down

0 comments on commit bed59db

Please sign in to comment.