Skip to content

Commit 72d69d5

Browse files
committed
Update test_provider_compatibility.py
Missed auto format Signed-off-by: Leo <[email protected]> Signed-off-by: leohoare <[email protected]>
1 parent af395be commit 72d69d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/provider/test_provider_compatibility.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ async def resolve_boolean_details_async(
127127
# Then
128128
# assert
129129
exception_message = str(exception.value)
130-
assert exception_message.startswith("Can't instantiate abstract class AsyncProvider")
130+
assert exception_message.startswith(
131+
"Can't instantiate abstract class AsyncProvider"
132+
)
131133
assert exception_message.__contains__("resolve_boolean_details")
132134

133135

0 commit comments

Comments
 (0)