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:
parent
fd971def42
commit
4a9308e2e8
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user