diff --git a/pkg/integration/tests/commit/add_co_author.go b/pkg/integration/tests/commit/add_co_author.go index 3a2021dac..46ac0d055 100644 --- a/pkg/integration/tests/commit/add_co_author.go +++ b/pkg/integration/tests/commit/add_co_author.go @@ -33,8 +33,8 @@ var AddCoAuthor = NewIntegrationTest(NewIntegrationTestArgs{ }) t.Views().Main().ContainsLines( - Contains("initial commit"), - Contains("Co-authored-by: John Smith "), + Equals(" initial commit"), + Equals(" Co-authored-by: John Smith "), ) }, })