Fix a test failure

pull/1185/head
Jack Christensen 2022-03-22 19:43:27 -05:00
parent 95c03dc9ae
commit 69580cd519
1 changed files with 1 additions and 1 deletions

View File

@ -1904,7 +1904,7 @@ func TestConnQueryFuncScanError(t *testing.T) {
},
)
require.EqualError(t, err, "can't scan into dest[0]: cannot scan OID 25 in text format into *int")
require.Nil(t, ct)
require.Equal(t, pgconn.CommandTag{}, ct)
})
}