Skip to content

Commit

Permalink
🎨 set test scope to module level
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <ff137@proton.me>
  • Loading branch information
ff137 committed Feb 12, 2024
1 parent 0d391a1 commit 68da7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/storage/tests/test_askar_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ async def test_postgres_wallet_storage_works(self):


class TestAskarStorageSearchSession(IsolatedAsyncioTestCase):
@pytest.mark.asyncio
@pytest.mark.asyncio(scope="module")
async def test_askar_storage_search_session(self):
profile = "profileId"

Expand Down

0 comments on commit 68da7b8

Please sign in to comment.