From 8f23016b46b4f374157360bfe31934a10d0aa8fa Mon Sep 17 00:00:00 2001 From: belthlemar Date: Mon, 22 Jul 2024 16:04:04 +0200 Subject: [PATCH] fix lint --- tests/upgrade_app/test_filter_out_child_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/upgrade_app/test_filter_out_child_files.py b/tests/upgrade_app/test_filter_out_child_files.py index cb64e38..28a3637 100644 --- a/tests/upgrade_app/test_filter_out_child_files.py +++ b/tests/upgrade_app/test_filter_out_child_files.py @@ -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"], ), (