Skip to content

Commit

Permalink
speed up test
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Feb 19, 2024
1 parent b728151 commit cf82da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_win/tests/test_argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_known_directories(self):
self.assertIn(dir, dirs)

arg_parser = ArgParser()
arg_parser._add_argument(project_dir + '/**')
arg_parser._add_argument(project_dir + '/**/')
arg_parser.get_files()
dirs = '\n'.join(arg_parser.get_dirs())
for dir in inside_project_dirs + inside_test_dirs:
Expand Down

0 comments on commit cf82da6

Please sign in to comment.