Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Apr 18, 2024
1 parent b9d9fc0 commit ea2d475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tutorial/test_exceptions/test_tutorial005.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def test_traceback_rich_pretty_width():
)
print(result.stderr)

assert "print(name + 3)" in result.stderr
assert 'TypeError: can only concatenate str (not "int") to str' in 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
assert "name = 'morty'" in result.stderr


Expand Down

0 comments on commit ea2d475

Please sign in to comment.