summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-04-18 21:28:38 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-04-18 21:28:54 +0300
commitca3a8ff50f403245ba102c551246f5ba986eb6b9 (patch)
tree483c90b0b215fd1c98d8b6affa41d6a3b7b91ee8 /tests
parent181764e97a1e6ae677525be3a402215ae2d8a8d3 (diff)
downloadapscheduler-ca3a8ff50f403245ba102c551246f5ba986eb6b9.tar.gz
Fixed pre-commit errors
Diffstat (limited to 'tests')
-rw-r--r--tests/test_datastores.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_datastores.py b/tests/test_datastores.py
index 02efc08..e8584a3 100644
--- a/tests/test_datastores.py
+++ b/tests/test_datastores.py
@@ -304,7 +304,9 @@ class TestAsyncStores:
assert not events
- async def test_release_schedule_two_identical_fire_times(self, datastore: AsyncDataStore) -> None:
+ async def test_release_schedule_two_identical_fire_times(
+ self, datastore: AsyncDataStore
+ ) -> None:
"""Regression test for #616."""
async with datastore:
for i in range(1, 3):