Skip to content

Commit

Permalink
Fix Typo in Test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Jul 30, 2022
1 parent 32807d4 commit 9262405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/git-auto-commit.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9262405

Please sign in to comment.