Skip to content

Commit

Permalink
fix legendValue test
Browse files Browse the repository at this point in the history
  • Loading branch information
spacefreak86 committed Sep 7, 2023
1 parent 5dbcd85 commit 7413cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/expr/expr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ func TestEvalExpression(t *testing.T) {
map[parser.MetricRequest][]*types.MetricData{
{"metric1", 0, 1}: {types.MakeMetricData("metric1", []float64{1, 2, 3, 4, 5}, 1, now32)},
},
[]*types.MetricData{types.MakeMetricData("metric1 (sum: 15.000000) (avg: 3.000000)",
[]*types.MetricData{types.MakeMetricData("metric1 (sum: 15.000000, avg: 3.000000)",
[]float64{1, 2, 3, 4, 5}, 1, now32)},
},
{
Expand Down

0 comments on commit 7413cec

Please sign in to comment.