Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Mar 2, 2024
1 parent 7b0547b commit 758d88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/test_proxy_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def test_context_manager_with_empty_breackets_when_exception(exception_type):
)
def test_context_manager_with_just_ellipsis_when_escaped_by_default_exception(exception_type):
with escape(...):
raise exception_type(text)
raise exception_type('text')


@pytest.mark.parametrize(
Expand Down

0 comments on commit 758d88e

Please sign in to comment.