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 5488a05 commit 4394155Copy full SHA for 4394155
tests/test_primitives/test_laws/test_lawful/test_laws_resolution.py
@@ -71,6 +71,8 @@ def test_interface_defined_outside_returns() -> None:
71
result = test_custom_interface_with_laws._Wrapper.laws() # noqa: SLF001
72
73
assert sorted(str(interface) for interface in result) == [
74
- "<class 'test_hypothesis.test_laws.test_custom_interface_with_laws"
75
- "._MappableN'>"
+ (
+ "<class 'test_hypothesis.test_laws.test_custom_interface_with_laws"
76
+ "._MappableN'>"
77
+ ),
78
]
0 commit comments