From ec063ac81f8acb6ce5832415544b5778a6396198 Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Sun, 29 Mar 2026 13:35:46 -0700 Subject: [PATCH] Align moved-entry test with controller navigation --- main_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main_test.go b/main_test.go index 8ccf923..e3032b9 100644 --- a/main_test.go +++ b/main_test.go @@ -950,6 +950,7 @@ func TestUIEditingEntryPathMovesEntryBetweenGroups(t *testing.T) { if got := u.filteredTitles(); !slices.Equal(got, []string{"Git Server"}) { t.Fatalf("filteredTitles() in new path = %v, want [Git Server]", got) } + u.state.SelectedEntryID = "git-server" u.state.SelectedEntryID = "git-server" item, ok := u.selectedEntry()