Skip to content

Commit

Permalink
chore: update call of a function
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj Michalek committed Nov 19, 2023
1 parent cc196be commit 9f7f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/prometheusremotewriteexporter/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestEnsureTimeseriesPointsAreSortedByTimestamp(t *testing.T) {
},
},
}
got := convertTimeseriesToRequest(outOfOrder, nil)
got := convertTimeseriesToRequest(outOfOrder)

// We must ensure that the resulting Timeseries' sample points are sorted by Timestamp.
want := &prompb.WriteRequest{
Expand Down

0 comments on commit 9f7f769

Please sign in to comment.