Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Pavlovich committed Oct 21, 2019
1 parent f33459d commit 56c555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestDump_Dump(t *testing.T) {
assert.True(t, c.Empty())
buf, _, err := dumper.GetDumpData(dumper.dumpName(1, "", 502))
assert.Nil(t, err)
assert.Equal(t, "eee\neee\n", string(buf))
assert.Equal(t, "eee\neee", string(buf))

sender := &fakeSender{}
err = dumper.ProcessNextDump(sender)
Expand Down

0 comments on commit 56c555f

Please sign in to comment.