Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
guss77 committed Sep 5, 2018
1 parent eb6b34b commit 832a871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/syslogparser/rfc3164/rfc3164_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (s *Rfc3164TestSuite) TestParseTag_TrailingSpace(c *C) {
buff := []byte("apache2: ")
tag := "apache2"

s.assertTag(c, tag, ", buff, len(buff), nil)
s.assertTag(c, tag, "", buff, len(buff), nil)
}

func (s *Rfc3164TestSuite) TestParseTag_NoTag(c *C) {
Expand Down

0 comments on commit 832a871

Please sign in to comment.