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

This commit is contained in:
2026-04-17 14:07:42 -04:00
parent 9c86b8bd75
commit e63827621e
+1 -3
View File
@@ -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(