Skip to content

Commit 72c0455

Browse files
Update tests/integrations/asyncpg/test_asyncpg.py
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 65c07eb commit 72c0455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/asyncpg/test_asyncpg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ async def test_cursor__bind_and__exec_methods_create_spans(
12621262
cur = await conn.cursor(
12631263
"SELECT * FROM users WHERE dob > $1", datetime.date(1970, 1, 1)
12641264
)
1265-
# These exercises the `_exec` patch
1265+
# These exercise the `_exec` patch
12661266
await cur.fetchrow()
12671267
await cur.fetchrow()
12681268

0 commit comments

Comments
 (0)