Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Aug 27, 2024
1 parent 8872822 commit be51839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tutorial/test_exceptions/test_tutorial005.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_traceback_rich_pretty_width():
"PYTHONIOENCODING": "utf-8",
},
)
print(result.stderr)

assert "print(name + deep_dict_or_json + 3)" in result.stderr
assert 'TypeError: can only concatenate str (not "dict") to str' in result.stderr
Expand Down

0 comments on commit be51839

Please sign in to comment.