Fix test coverage

This commit is contained in:
Veronica Berglyd Olsen
2025-10-05 17:39:48 +02:00
parent 850976335c
commit 050e3b09ad
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ def cmpFiles(
fileOne: str | Path,
fileTwo: str | Path,
ignoreLines: list[int] | None = None,
ignoreStart: tuple[str] | None = None
ignoreStart: tuple | None = None
) -> bool:
"""Compare two files, with optional line ignore."""
if ignoreLines is None: