mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-18 11:44:18 +00:00
test: tighten phase 1 coverage contracts
This commit is contained in:
@@ -47,7 +47,7 @@ class TestExecuteAsync:
|
||||
mgr.db = mock_db
|
||||
|
||||
# Execute a simple select
|
||||
result = await mgr.execute_async(sqlalchemy.select(1))
|
||||
await mgr.execute_async(sqlalchemy.select(1))
|
||||
|
||||
mock_conn.execute.assert_called_once()
|
||||
mock_conn.commit.assert_called_once()
|
||||
|
||||
Reference in New Issue
Block a user