Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
x-way committed May 29, 2022
1 parent af57b0c commit 8d4ea4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exporter/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func TestMetricToStatsd(t *testing.T) {
}

multiLabelMetric := metrics.NewMetric("bar", "prog", metrics.Gauge, metrics.Int, "c", "a", "b")
d, _ = multiLabelMetric.GetDatum("x","z","y")
d, _ = multiLabelMetric.GetDatum("x", "z", "y")
datum.SetInt(d, 37, ts)
r = FakeSocketWrite(metricToStatsd, multiLabelMetric)
expected = []string{"prog.bar.a.z.b.y.c.x:37|g"}
Expand Down

0 comments on commit 8d4ea4a

Please sign in to comment.