Skip to content

Commit

Permalink
Break line for comparing values.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeltran committed Dec 22, 2017
1 parent 96d6cd3 commit 4fb4972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func TestEnumerated(t *testing.T) {
func compareReadProperties(t *testing.T, rd bactype.ReadPropertyData, outRd bactype.ReadPropertyData) {
// See if the initial read property data matches the output read property
if !reflect.DeepEqual(rd, outRd) {
t.Errorf("Mismatch between decrypted values. Received %v, expected %v", rd, outRd)
t.Errorf("Mismatch between decrypted values.\nReceived %v\nExpected %v", rd, outRd)
}
}

Expand Down

0 comments on commit 4fb4972

Please sign in to comment.