Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed May 12, 2023
1 parent 6b9ee65 commit 7e88617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyfileindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def setUpClass(cls):
cls.fi_with_filter = PyFileIndex(path=cls.path, filter_function=filter_function)
cls.fi_without_filter = PyFileIndex(path=cls.path)
cls.fi_debug = PyFileIndex(
path=".", filter_function=filter_function, debug=True
path=cls.path, filter_function=filter_function, debug=True
)
cls.sleep_period = 5

Expand Down

0 comments on commit 7e88617

Please sign in to comment.