diff --git a/pkg/integration/tests/reflog/patch.go b/pkg/integration/tests/reflog/patch.go index 7cbdcba83..415fb18ee 100644 --- a/pkg/integration/tests/reflog/patch.go +++ b/pkg/integration/tests/reflog/patch.go @@ -28,6 +28,12 @@ var Patch = NewIntegrationTest(NewIntegrationTestArgs{ Contains("commit (initial): one"), ). SelectNextItem(). + Lines( + Contains("reset: moving to HEAD^^"), + Contains("commit: three").IsSelected(), + Contains("commit: two"), + Contains("commit (initial): one"), + ). PressEnter() t.Views().SubCommits().