Skip to content

Commit

Permalink
hack: publisher: log: use double spaced fields
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 6, 2024
1 parent 9672b13 commit a727bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/log/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestLogPublisher(t *testing.T) {
"[LogPublisher] kind = %s, event_type = %s, event = %s",
"protobuf",
"unknown",
`1:"test event" 2:420 3:"log" 3:"protobuf"`,
`1:"test event" 2:420 3:"log" 3:"protobuf"`,
)
assert.Equal(t, expected, em.Messages[0])
})
Expand Down

0 comments on commit a727bd7

Please sign in to comment.