remove comments

Signed-off-by: glightfoot <glightfoot@rsglab.com>
This commit is contained in:
glightfoot 2020-06-12 08:37:06 -04:00
parent 063112b138
commit 01b19722d7

View file

@ -85,7 +85,7 @@ func TestHandlePacket(t *testing.T) {
out: event.Events{
&event.TimerEvent{
TMetricName: "foo",
TValue: 0.2, // convert statsd ms to seconds in parsing
TValue: 0.2,
TLabels: map[string]string{},
},
},
@ -448,7 +448,7 @@ func TestHandlePacket(t *testing.T) {
out: event.Events{
&event.TimerEvent{
TMetricName: "foo",
TValue: 200, // convert statsd ms to seconds in parsing
TValue: 200,
TLabels: map[string]string{},
},
},