diff --git a/testing/test_assertion.py b/testing/test_assertion.py index 4bcfbe6b7..2a38b2a9f 100644 --- a/testing/test_assertion.py +++ b/testing/test_assertion.py @@ -1391,10 +1391,8 @@ class TestSetAssertions: [ "*E*Extra items in the left set:*", "*E*'x'", - # "*E*50*", ] ) - assert True # only reached if no error above @pytest.mark.parametrize("op", [">", "<", "!="]) def test_set_proper_superset_equal(self, pytester: Pytester, op) -> None: @@ -1415,7 +1413,6 @@ class TestSetAssertions: "*E*Both sets are equal*", ] ) - assert True # only reached if no error above def test_pytest_assertrepr_compare_integration(self, pytester: Pytester) -> None: pytester.makepyfile(