From 926240570901a8a0cbb6fb2ec40f26e35d5644fe Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 30 Jul 2022 20:14:41 +0200 Subject: [PATCH] Fix Typo in Test --- tests/git-auto-commit.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/git-auto-commit.bats b/tests/git-auto-commit.bats index 47687ced..21c3eeac 100644 --- a/tests/git-auto-commit.bats +++ b/tests/git-auto-commit.bats @@ -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