Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 6b77bae

Browse files
committed
For #9
1 parent 0bf7cb7 commit 6b77bae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_databases.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ async def test_queries_with_raw_api_call(database_url):
564564
assert results[2][2] == True
565565

566566
# # fetch_one()
567-
# import pdb; pdb.set_trace()
568567
# if str(database_url).startswith('postgresql'):
569568
# result = await database.raw_api_call('fetchrow', select_query)
570569
# else:

0 commit comments

Comments
 (0)