summaryrefslogtreecommitdiffstats
path: root/pkg/integration
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-03-03 17:23:39 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-03-11 09:18:40 +0100
commitb8f4cd0ef67c9d7842cc20fd346c8decdb65be2f (patch)
treeeb40da63cd8894890c07fa15e1028a21954c984d /pkg/integration
parent287195b5b243be74828cd4409e0ec049ce56bc30 (diff)
Extract functions AddCoAuthorToMessage and AddCoAuthorToDescription
In this commit we only need the former; the latter will be reused later in this branch.
Diffstat (limited to 'pkg/integration')
-rw-r--r--pkg/integration/tests/commit/add_co_author.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/integration/tests/commit/add_co_author.go b/pkg/integration/tests/commit/add_co_author.go
index 46ac0d055..f4c8d2c52 100644
--- a/pkg/integration/tests/commit/add_co_author.go
+++ b/pkg/integration/tests/commit/add_co_author.go
@@ -34,6 +34,7 @@ var AddCoAuthor = NewIntegrationTest(NewIntegrationTestArgs{
t.Views().Main().ContainsLines(
Equals(" initial commit"),
+ Equals(" "),
Equals(" Co-authored-by: John Smith <jsmith@gmail.com>"),
)
},