Skip to content

Commit

Permalink
Update rows_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jessie A. Morris <[email protected]>
  • Loading branch information
IvoGoman and JessieAMorris authored Aug 9, 2023
1 parent fd971de commit 4a9308e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func TestCSVRowParser(t *testing.T) {
t.Fatalf("expected col2 to be nil, but got [%T]:%+v", col2, col2)
}
if col3 != nil {
t.Fatalf("expected col3 to be nil, but got [%T]:%+v", col2, col2)
t.Fatalf("expected col3 to be nil, but got [%T]:%+v", col3, col3)
}
}

Expand Down

0 comments on commit 4a9308e

Please sign in to comment.