Skip to content

Commit

Permalink
also allow md in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 24, 2023
1 parent aa73df7 commit 81a40d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_shed_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_invalid_repos(self):
with self._isolate_repo("bad_readme_rst"):
self._check_exit_code(["shed_lint"], exit_code=1)
with self._isolate_repo("bad_readme_md"):
self._check_exit_code(["shed_lint"], exit_code=1)
self._check_exit_code(["shed_lint"], exit_code=0)
with self._isolate_repo("bad_repo_name"):
self._check_exit_code(["shed_lint"], exit_code=1)
with self._isolate_repo("bad_missing_include"):
Expand Down

0 comments on commit 81a40d8

Please sign in to comment.