From cdbec3997dac0801483f19382a0f0382fcea48f5 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 23 Mar 2024 15:34:39 +0100 Subject: [PATCH] Cleanup: fix typo in test comment --- .../tests/interactive_rebase/delete_update_ref_todo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), )