Skip to content

Commit

Permalink
fixup prefix/postfix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Jul 27, 2018
1 parent 1f49f1f commit 029cd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsdaemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func TestParseLineMisc(t *testing.T) {
flag.Set("postfix", ".test")
d = []byte("prefix:4|c")
packet = parseLine(d)
// prefix/prefix not in Bucket/key, added in processCounters() etc
// prefix/postfix not in Bucket/key, added in processCounters() etc
assert.Equal(t, "prefix", packet.Bucket)
assert.Equal(t, float64(4), packet.ValFlt)
assert.Equal(t, "c", packet.Modifier)
Expand Down

0 comments on commit 029cd0e

Please sign in to comment.