From e51451d2f54bed713c13dc333504a98cec4304b5 Mon Sep 17 00:00:00 2001 From: Leo <37860104+leohoare@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:32:40 +1100 Subject: [PATCH] Update test_provider_compatibility.py Missed auto format Signed-off-by: Leo <37860104+leohoare@users.noreply.github.com> Signed-off-by: leohoare --- tests/provider/test_provider_compatibility.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")