summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):