Skip to content

Commit 9f666ef

Browse files
author
elchananarb
committed
Should fail
1 parent 01d40fa commit 9f666ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/pre_commit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestUpdatePreCommitHook(t *testing.T) {
4343
execCmd(t, tmpDir, "git", "init")
4444

4545
// Install pre-commit hook locally
46-
_ = executeCmdNilAssertion(t, "Installing pre-commit hook", "hooks", "pre-commit", "secrets-install-git-hook")
46+
_ = executeCmdNilAssertion(t, "Installing pre-commit hook", "hooks", "pre-commit", "secrets-install-git-hookss")
4747

4848
// Update pre-commit hook
4949
output := executeCmdNilAssertion(t, "Updating pre-commit hook", "hooks", "pre-commit", "secrets-update-git-hook")

0 commit comments

Comments
 (0)