Reformatted

This commit is contained in:
asimaranov 2022-01-01 15:19:21 +03:00
parent b0ccc84a7f
commit fd16c05254
2 changed files with 27 additions and 25 deletions

View file

@ -13,7 +13,11 @@ def create_storate_key(bot: MockedBot):
@pytest.mark.parametrize(
"storage",
[pytest.lazy_fixture("redis_storage"), pytest.lazy_fixture("memory_storage"), pytest.lazy_fixture("mongo_storage")],
[
pytest.lazy_fixture("redis_storage"),
pytest.lazy_fixture("memory_storage"),
pytest.lazy_fixture("mongo_storage"),
],
)
class TestStorages:
async def test_lock(self, bot: MockedBot, storage: BaseStorage, storage_key: StorageKey):