Skip to content

Commit

Permalink
check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 authored Feb 18, 2024
1 parent 9991fde commit 1bd3415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/test_file_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_no_ignores(self):
type('', (object,), {'filename': 'file4.py'})(),
type('', (object,), {'filename': 'file5.py'})()
]
assert filter_ignored(files) == files, "Expected all files to be returned when no ignore patterns are given."
assert filter_ignored(files) == None, "Expected all files to be returned when no ignore patterns are given."

def test_glob_ignores(self, monkeypatch):
"""
Expand Down

0 comments on commit 1bd3415

Please sign in to comment.