diff --git a/tests/provider/test_provider_compatibility.py b/tests/provider/test_provider_compatibility.py index c63d1a2d..aad87db4 100644 --- a/tests/provider/test_provider_compatibility.py +++ b/tests/provider/test_provider_compatibility.py @@ -127,7 +127,9 @@ async def resolve_boolean_details_async( # Then # assert exception_message = str(exception.value) - assert exception_message.startswith("Can't instantiate abstract class AsyncProvider") + assert exception_message.startswith( + "Can't instantiate abstract class AsyncProvider" + ) assert exception_message.__contains__("resolve_boolean_details")