updated test

This commit is contained in:
Christopher Pickering 2021-07-23 16:02:24 -05:00
parent 993771433a
commit 3815e09f80
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -68,7 +68,7 @@ def test_good_path_with_ext(runner):
def test_good_path_with_bad_ext(runner):
result = runner.invoke(djlint, ["tests/", "-e", "html.alphabet"])
assert result.exit_code == 0
assert "No files to lint!" in result.output
assert "No files to check!" in result.output
def test_empty_file(runner, tmp_file):