1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-03-17 20:48:01 +02:00

Update rows_test.go

Co-authored-by: Jessie A. Morris <jessie@jessieamorris.com>
This commit is contained in:
IvoGoman 2023-08-09 23:43:51 +02:00 committed by GitHub
parent fd971def42
commit 4a9308e2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
}