Skip to content

Commit 2cf5dde

Browse files
committed
tests: fix test error in ci
1 parent c4fc80b commit 2cf5dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _fast_check():
185185

186186

187187
def test_lint_cmd(mock_no_dmypy, monkeypatch):
188-
assert run_and_echo("fast lint") == 0
188+
assert run_and_echo("fast lint --skip-mypy") == 0
189189
assert run_and_echo("fast lint --unsafe --skip-mypy") == 0
190190
run = "pdm run "
191191
lint_cmd = f"{run}python fast_dev_cli/cli.py lint"

0 commit comments

Comments
 (0)