Skip to content

Commit 3bc114e

Browse files
committed
cleanup
1 parent 295d398 commit 3bc114e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_type_conversion.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,8 @@ def custom_parser(
200200
assert result.exit_code == 0
201201

202202

203-
def test_custom_parse_value_error(monkeypatch):
203+
def test_custom_parse_value_error():
204204
app = typer.Typer()
205-
monkeypatch.setenv("COLUMNS", "200")
206205

207206
@app.command()
208207
def custom_parser(

0 commit comments

Comments
 (0)