From a3cf691621f4e1bfc4e4d30fdc0df08bb12b1fc9 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Mon, 1 Jan 2024 19:36:22 -0800 Subject: [PATCH] Fix another sync->async typo in tests. --- tests/test_async_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_async_client.py b/tests/test_async_client.py index cc9f766..fc2c631 100644 --- a/tests/test_async_client.py +++ b/tests/test_async_client.py @@ -346,7 +346,7 @@ async def test_usage_limit(self): class AsyncAkismetErrorTests(AsyncAkismetTests): """ - Test the error behavior of the synchronous Akismet API client. + Test the error behavior of the asynchronous Akismet API client. """