From 0f2b16d1ccf461b706dd426727ed188c4ea3b60a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 2 Apr 2026 07:45:23 +0300 Subject: Fix GUI selector sync and audio metadata model --- internal/gui/audio_paths_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/gui/audio_paths_test.go') diff --git a/internal/gui/audio_paths_test.go b/internal/gui/audio_paths_test.go index d412004..cf9046c 100644 --- a/internal/gui/audio_paths_test.go +++ b/internal/gui/audio_paths_test.go @@ -173,6 +173,9 @@ func TestCompletedBgBgJobKeepsBackAudioForSessionNavigation(t *testing.T) { if app.currentCardType != "bg-bg" { t.Fatalf("currentCardType = %q, want %q", app.currentCardType, "bg-bg") } + if got := app.cardTypeSelect.Selected; got != "Bulgarian → Bulgarian" { + t.Fatalf("cardTypeSelect.Selected = %q, want %q", got, "Bulgarian → Bulgarian") + } } func TestResolveBgBgAudioFilesFindLegacyMp3Files(t *testing.T) { -- cgit v1.2.3