From 4a9308e2e87ec768ea28c81f46fdf3543454c16c Mon Sep 17 00:00:00 2001 From: IvoGoman Date: Wed, 9 Aug 2023 23:43:51 +0200 Subject: [PATCH] Update rows_test.go Co-authored-by: Jessie A. Morris --- rows_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rows_test.go b/rows_test.go index 3a5afbb..e2d57ec 100644 --- a/rows_test.go +++ b/rows_test.go @@ -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) } }