Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jul 22, 2024
1 parent d0ae5c9 commit 8f23016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrade_app/test_filter_out_child_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
["document.txt"],
),
(
["input", str(Path("input").joinpath("other")), str(Path("input") / "other"/ "other")],
["input", str(Path("input").joinpath("other")), str(Path("input") / "other" / "other")],
["input"],
),
(
Expand Down

0 comments on commit 8f23016

Please sign in to comment.