Skip to content

Commit

Permalink
Updated broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Aug 30, 2024
1 parent 632043b commit e79cdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imio/pyutils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def setUp(self):

def test_read_recursive_dir(self):
res = read_recursive_dir(self.dir, "")
self.assertEqual(len([path for path in res if path.endswith(".py")]), 7)
self.assertEqual(len([path for path in res if path.endswith(".py")]), 8)
self.assertIn("__init__.py", res)
self.assertIn("pyutils/__init__.py", res)
# include folder
Expand Down

0 comments on commit e79cdc6

Please sign in to comment.