mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-27 16:34:45 +00:00
updated test
This commit is contained in:
parent
993771433a
commit
3815e09f80
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue