aboutsummaryrefslogtreecommitdiff
path: root/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'file_test.go')
-rw-r--r--file_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_test.go b/file_test.go
index acacb2e..3bb28e1 100644
--- a/file_test.go
+++ b/file_test.go
@@ -35,7 +35,7 @@ func TestParseFile(t *testing.T) {
}
if !bytes.Equal(res, body) {
- t.Errorf("got %v, want %v", res, body)
+ t.Errorf("got %s, want %s", res, body)
}
})
}