We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e663668 commit e51451dCopy full SHA for e51451d
tests/provider/test_provider_compatibility.py
@@ -127,7 +127,9 @@ async def resolve_boolean_details_async(
127
# Then
128
# assert
129
exception_message = str(exception.value)
130
- assert exception_message.startswith("Can't instantiate abstract class AsyncProvider")
+ assert exception_message.startswith(
131
+ "Can't instantiate abstract class AsyncProvider"
132
+ )
133
assert exception_message.__contains__("resolve_boolean_details")
134
135
0 commit comments