Skip to content

Commit 2c87583

Browse files
skatkovCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e43bce commit 2c87583

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/csv2json/csv2json_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ func TestConvertMalformedArrayHeaderDoesNotPanic(t *testing.T) {
9595
}
9696

9797
func FuzzConvertDoesNotPanic(f *testing.F) {
98-
f.Add("name,age\\nAlice,30\\n")
99-
f.Add("a,a.b\\n1,2\\n")
100-
f.Add("items[2].name\\nhello\\n")
98+
f.Add("name,age\nAlice,30\n")
99+
f.Add("a,a.b\n1,2\n")
100+
f.Add("items[2].name\nhello\n")
101101
f.Add("")
102102
addCSVSeedsFromFiles(f, "example.csv")
103103

0 commit comments

Comments
 (0)