From cf12d5cac2ad6cf784b358627ef12fd0dde3ea39 Mon Sep 17 00:00:00 2001 From: hparfr Date: Tue, 24 Oct 2023 10:43:07 +0200 Subject: [PATCH] fixup! fixup! skip files in gitignore --- tests/test_updatediff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_updatediff.py b/tests/test_updatediff.py index 6073d394a..5c9c86307 100644 --- a/tests/test_updatediff.py +++ b/tests/test_updatediff.py @@ -652,7 +652,7 @@ def test_file_removed(tmp_path_factory: pytest.TempPathFactory) -> None: # Subproject updates with local.cwd(dst): Path(".gitignore").write_text("toignore.txt") - git("commit", "-Am", "ignore file") + git("commit", "-am", "ignore file") with pytest.raises( UserMessageError, match="Enable overwrite to update a subproject." ):