Skip to content

Commit 4394155

Browse files
authored
Update test_laws_resolution.py
1 parent 5488a05 commit 4394155

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_primitives/test_laws/test_lawful/test_laws_resolution.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def test_interface_defined_outside_returns() -> None:
7171
result = test_custom_interface_with_laws._Wrapper.laws() # noqa: SLF001
7272

7373
assert sorted(str(interface) for interface in result) == [
74-
"<class 'test_hypothesis.test_laws.test_custom_interface_with_laws"
75-
"._MappableN'>"
74+
(
75+
"<class 'test_hypothesis.test_laws.test_custom_interface_with_laws"
76+
"._MappableN'>"
77+
),
7678
]

0 commit comments

Comments
 (0)