mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed rogue print() from test
This commit is contained in:
parent
84a9c4ff75
commit
033a1bb22c
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ async def test_execute_write_fn_block_false(db):
|
||||||
with conn:
|
with conn:
|
||||||
conn.execute("delete from roadside_attractions where pk = 1;")
|
conn.execute("delete from roadside_attractions where pk = 1;")
|
||||||
row = conn.execute("select count(*) from roadside_attractions").fetchone()
|
row = conn.execute("select count(*) from roadside_attractions").fetchone()
|
||||||
print("row = ", row)
|
|
||||||
return row[0]
|
return row[0]
|
||||||
|
|
||||||
task_id = await db.execute_write_fn(write_fn)
|
task_id = await db.execute_write_fn(write_fn)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue