From 3e796a014620d8f963809ec50dc7a2e073d0a569 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 20 Dec 2023 20:13:20 +0100 Subject: [PATCH] Update Assertion --- 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 b1995f4..93440a7 100644 --- a/tests/git-auto-commit.bats +++ b/tests/git-auto-commit.bats @@ -802,7 +802,7 @@ cat_github_output() { assert_line --partial "::debug::Push commit to remote branch new-branch" assert_line --partial "Updates were rejected because the remote contains work that you do" - assert_line --partial "not have locally. This is usually caused by another repository pushing" + assert_line --partial "This is usually caused by another repository pushing" } @test "throws fatal error if file pattern includes files that do not exist" {