Fix Typo in Test

This commit is contained in:
Stefan Zweifel 2022-07-30 20:14:41 +02:00
parent 32807d4f18
commit 9262405709
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ git_auto_commit() {
assert_line --partial "fatal: pathspec '*.bar' did not match any files"
}
@test "does not throw fataal error if files for file pattern exist but only one is dirty" {
@test "does not throw fatal error if files for file pattern exist but only one is dirty" {
# Add some .foo and .bar files
touch "${FAKE_LOCAL_REPOSITORY}"/new-file-{1,2,3}.foo
touch "${FAKE_LOCAL_REPOSITORY}"/new-file-{1,2,3}.bar