Skip to content

Commit

Permalink
Update test_provider_compatibility.py
Browse files Browse the repository at this point in the history
Missed auto format

Signed-off-by: Leo  <[email protected]>
Signed-off-by: leohoare <[email protected]>
  • Loading branch information
leohoare committed Jan 27, 2025
1 parent e663668 commit e51451d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/provider/test_provider_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")


Expand Down

0 comments on commit e51451d

Please sign in to comment.