Skip to content

Commit 7e5e398

Browse files
committed
Forgot to update an assertion
1 parent 4b7d222 commit 7e5e398

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
@@ -1538,5 +1538,5 @@ async def test_cursor_bind_and_exec_methods_create_spans(
15381538
_assert_query_source(
15391539
span,
15401540
False,
1541-
"test_cursor__exec_methods_create_spans",
1541+
"test_cursor_bind_and_exec_methods_create_spans",
15421542
)

0 commit comments

Comments
 (0)