We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d7576 commit b2ca258Copy full SHA for b2ca258
1 file changed
docs_test.go
@@ -24,8 +24,8 @@ func expectFileContent(t *testing.T, file, got string) {
24
r := require.New(t)
25
r.NoError(err)
26
r.Equal(
27
- string(normalizeNewlines([]byte(got))),
28
string(normalizeNewlines(data)),
+ string(normalizeNewlines([]byte(got))),
29
)
30
}
31
0 commit comments