From 9776f489d9f301c589fee3e6f18568bc5d21bdd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 24 Jul 2022 18:47:31 +0300 Subject: Added another missing pytest.fixture decorator --- tests/test_datastores.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_datastores.py b/tests/test_datastores.py index 0b594cf..7371416 100644 --- a/tests/test_datastores.py +++ b/tests/test_datastores.py @@ -620,6 +620,7 @@ class TestAsyncDataStores: ) -> AsyncDataStore: return cast(AsyncDataStore, request.param) + @pytest.fixture async def datastore( self, raw_datastore: AsyncDataStore, event_broker: AsyncEventBroker ) -> AsyncGenerator[AsyncDataStore, Any]: -- cgit v1.2.1