1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-13 00:07:59 +02:00

Cleanup: fix typo in test comment

This commit is contained in:
Stefan Haller 2024-03-23 15:34:39 +01:00
parent fb675b79f8
commit cdbec3997d

View File

@ -57,7 +57,7 @@ var DeleteUpdateRefTodo = NewIntegrationTest(NewIntegrationTestArgs{
Contains("CI ◯ commit 06"), Contains("CI ◯ commit 06"),
Contains("CI ◯ commit 05"), Contains("CI ◯ commit 05"),
Contains("CI ◯ commit 04"), 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 02"),
Contains("CI ◯ commit 01"), Contains("CI ◯ commit 01"),
) )