summaryrefslogtreecommitdiffstats
path: root/pkg/integration
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-03-23 15:34:39 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-03-26 22:23:50 +0100
commitcdbec3997dac0801483f19382a0f0382fcea48f5 (patch)
treed0a993b1d7863a9a0f50a87d36ea3959b3ff7bcf /pkg/integration
parentfb675b79f8a4a949294e8cab85ce72fed3883362 (diff)
Cleanup: fix typo in test comment
Diffstat (limited to 'pkg/integration')
-rw-r--r--pkg/integration/tests/interactive_rebase/delete_update_ref_todo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/interactive_rebase/delete_update_ref_todo.go b/pkg/integration/tests/interactive_rebase/delete_update_ref_todo.go
index d08f518ec..51691fb99 100644
--- a/pkg/integration/tests/interactive_rebase/delete_update_ref_todo.go
+++ b/pkg/integration/tests/interactive_rebase/delete_update_ref_todo.go
@@ -57,7 +57,7 @@ var DeleteUpdateRefTodo = NewIntegrationTest(NewIntegrationTestArgs{
Contains("CI ◯ commit 06"),
Contains("CI ◯ commit 05"),
Contains("CI ◯ commit 04"),
- Contains("CI ◯ commit 03"), // No start on this commit, so there's no branch head here
+ Contains("CI ◯ commit 03"), // No star on this commit, so there's no branch head here
Contains("CI ◯ commit 02"),
Contains("CI ◯ commit 01"),
)