From 3b94c061b342b8f4f8c158d393db81d58485d1f9 Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Thu, 28 Mar 2024 03:07:47 +0100 Subject: [PATCH] rename one test function --- tests/idiomatic/integration/test_exceptions_async.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/idiomatic/integration/test_exceptions_async.py b/tests/idiomatic/integration/test_exceptions_async.py index defe6819..88978b02 100644 --- a/tests/idiomatic/integration/test_exceptions_async.py +++ b/tests/idiomatic/integration/test_exceptions_async.py @@ -283,8 +283,8 @@ async def test_database_create_collection_check_exists_async( await async_database.drop_collection(TEST_LOCAL_COLLECTION_NAME) - @pytest.mark.describe("test of database drop_collection failures, async") - async def test_database_drop_collection_async( + @pytest.mark.describe("test of database one-request method failures, async") + async def test_database_method_failures_async( self, async_database: AsyncDatabase, ) -> None: