Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyHub committed Aug 19, 2023
1 parent d28bdae commit 3fc6ee8
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 @@ -309,7 +309,7 @@ func TestCollectExactlyOneRowExtraRows(t *testing.T) {
return n, err
})
assert.ErrorIs(t, err, pgx.ErrTooManyRows)
assert.Equal(t, int32(0), n)
assert.Equal(t, int32(42), n)
})
}

Expand Down

0 comments on commit 3fc6ee8

Please sign in to comment.