Skip to content

Commit e2afb0a

Browse files
authored
Update test_databases.py
1 parent e77e3e6 commit e2afb0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_databases.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,7 @@ async def test_iterate_outside_transaction_with_temp_table(database_url):
809809
@async_adapter
810810
async def test_column_names(database_url, select_query):
811811
"""
812-
Test that the basic `execute()`, `execute_many()`, `fetch_all()``, and
813-
`fetch_one()` interfaces are all supported (using SQLAlchemy core).
812+
Test that column names are exposed correctly through `.keys()` on each row.
814813
"""
815814
async with Database(database_url) as database:
816815
async with database.transaction(force_rollback=True):

0 commit comments

Comments
 (0)