Skip to content

Commit

Permalink
To readable align test message
Browse files Browse the repository at this point in the history
  • Loading branch information
wara committed May 23, 2015
1 parent 46e6c80 commit e17e897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aligner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func testAlign(t *testing.T, a *Aligner, src, dst []byte) {
actual := w.Bytes()
expect := dst
if !reflect.DeepEqual(actual, expect) {
t.Errorf("got %q; want %q", actual, expect)
t.Errorf("got:\n%swant:\n%s", actual, expect)
}
}

Expand Down

0 comments on commit e17e897

Please sign in to comment.