Skip to content

Commit

Permalink
fixup! fixup! skip files in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr committed Oct 24, 2023
1 parent 20106f7 commit cf12d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_updatediff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
):
Expand Down

0 comments on commit cf12d5c

Please sign in to comment.