Skip to content

Commit c4d7d61

Browse files
committed
Remove invalid test
1 parent 5055ef1 commit c4d7d61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_lint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def test_main_script(monkeypatch) -> None:
5757
monkeypatch.setattr(sys, "argv", args)
5858
with pytest.raises(SystemExit) as exc:
5959
weechat_script_lint.main()
60-
assert "FATAL" in exc.value.code
6160

6261
# check script OK
6362
filename = str(SCRIPTS_DIR / "script_valid.py")

0 commit comments

Comments
 (0)