Fixed formatting in new storage test.
CI / Formatting (push) Successful in 5s
CI / Linting (push) Successful in 5s
CI / Tests (Python 3.12) (push) Successful in 14s
CI / Tests (Python 3.13) (push) Successful in 14s
CI / Tests (Python 3.14) (push) Successful in 12s
CI / Type Checking (push) Successful in 11s
CI / Spelling (push) Successful in 9s
CI / Formatting (push) Successful in 5s
CI / Linting (push) Successful in 5s
CI / Tests (Python 3.12) (push) Successful in 14s
CI / Tests (Python 3.13) (push) Successful in 14s
CI / Tests (Python 3.14) (push) Successful in 12s
CI / Type Checking (push) Successful in 11s
CI / Spelling (push) Successful in 9s
This commit is contained in:
@@ -295,9 +295,7 @@ class TestConcurrency:
|
|||||||
)
|
)
|
||||||
|
|
||||||
async def updater() -> None:
|
async def updater() -> None:
|
||||||
await storage_with_table.execute(
|
await storage_with_table.execute("UPDATE items SET value = 1 WHERE id = 1")
|
||||||
"UPDATE items SET value = 1 WHERE id = 1"
|
|
||||||
)
|
|
||||||
|
|
||||||
async def returner() -> None:
|
async def returner() -> None:
|
||||||
row = await storage_with_table.fetch_one(
|
row = await storage_with_table.fetch_one(
|
||||||
|
|||||||
Reference in New Issue
Block a user