Skip to content

Commit

Permalink
Update Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Apr 10, 2021
1 parent cfd3664 commit 3053f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/git-auto-commit.bats
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ git_auto_commit() {
assert_equal $current_sha $remote_sha
}

@test "It does not expand wildcard glob when using INPUT_PATTERN in git-status and git-add" {
@test "It does not expand wildcard glob when using INPUT_PATTERN and INPUT_DISABLE_GLOBBING in git-status and git-add" {

# Create additional files in a nested directory structure
echo "Create Additional files";
Expand Down Expand Up @@ -432,7 +432,7 @@ git_auto_commit() {
assert_line "INPUT_FILE_PATTERN: *.py"
assert_line "::debug::Push commit to remote branch master"

# Assert that py files have not been added.
# Assert that the updated py file has been commited.
run git status
refute_output --partial 'nested/new-file-b.py'
}

0 comments on commit 3053f48

Please sign in to comment.