Skip to content

Commit

Permalink
rename one test function
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus committed Mar 28, 2024
1 parent ff3933c commit 3b94c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/idiomatic/integration/test_exceptions_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b94c06

Please sign in to comment.