Skip to content

Commit

Permalink
Removes whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Carberry committed Jul 28, 2023
1 parent 8b81466 commit 6bf4a68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions megalinter/tests/test_megalinter/filters_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ def test_filter_files_with_ignored_files(self):
([], all_files),
(["hello"], all_files),
(["target/foo.ext2"], all_files),
(
["target/foo.ext"],
["src/foo.ext", "README.md"],
),
(
["target/foo.ext"],
["src/foo.ext", "README.md"],
),
(["target/**"], ["src/foo.ext", "README.md"]),
(["foo.ext"], all_files),
]:
]:
filtered_files = utils.filter_files(
all_files=all_files,
filter_regex_include=None,
Expand Down

0 comments on commit 6bf4a68

Please sign in to comment.