Skip to content

Commit

Permalink
Fix processor test file code format
Browse files Browse the repository at this point in the history
Signed-off-by: Marlon Trapp <trapp.marlon@gmail.com>
  • Loading branch information
marlontrapp authored and junkert committed Jan 10, 2020
1 parent fda198e commit 0588264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func TestProcessorScrubString(t *testing.T) {
func TestProcessorEmptyJson(t *testing.T) {
output, err := ProcessorEmptyJson(&cMap, "Pickle Rick!")
require.Nil(t, err)
require.Equal(t, output, "{}")
require.Equal(t, output, "{}")

output, err = ProcessorEmptyJson(&cMap, "{\"name\": \"Pickle Rick!\"}")
require.Nil(t, err)
Expand Down

0 comments on commit 0588264

Please sign in to comment.