Skip to content

Commit 4a9308e

Browse files
Update rows_test.go
Co-authored-by: Jessie A. Morris <[email protected]>
1 parent fd971de commit 4a9308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rows_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func TestCSVRowParser(t *testing.T) {
461461
t.Fatalf("expected col2 to be nil, but got [%T]:%+v", col2, col2)
462462
}
463463
if col3 != nil {
464-
t.Fatalf("expected col3 to be nil, but got [%T]:%+v", col2, col2)
464+
t.Fatalf("expected col3 to be nil, but got [%T]:%+v", col3, col3)
465465
}
466466
}
467467

0 commit comments

Comments
 (0)