Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 21, 2022
1 parent 4a10bc4 commit d86a3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _unittests/ut_pycode/test_doc_helper.py
Expand Up @@ -49,8 +49,8 @@ def test_validate_url_folder(self):
issues = []
for issue in validate_urls_in_folder(this):
issues.append(issue)
self.assertIn(len(issues), (2, 3))
self.assertIn(len(issues), (2, 3, 4))


if __name__ == "__main__":
unittest.main()
unittest.main(verbosity=2)

0 comments on commit d86a3ed

Please sign in to comment.