Remove stale debug statements from tests (#51059)
This commit is contained in:
parent
2eb87b8806
commit
c5383219f1
10 changed files with 0 additions and 11 deletions
|
@ -29,7 +29,6 @@ def test_conditionerror_format():
|
|||
)
|
||||
|
||||
error_container1 = ConditionErrorContainer("box", errors=[error_pos1, error_pos2])
|
||||
print(error_container1)
|
||||
assert (
|
||||
str(error_container1)
|
||||
== """In 'box' (item 1 of 2):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue