Skip to content

Commit

Permalink
Fix another sync->async typo in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Jan 2, 2024
1 parent 2e80174 commit a3cf691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit a3cf691

Please sign in to comment.