diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-02 07:45:23 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-02 07:45:23 +0300 |
| commit | 0f2b16d1ccf461b706dd426727ed188c4ea3b60a (patch) | |
| tree | 5f02fc3c9c543c2ae8191814e6652155b7afd0c5 /internal/gui/audio_paths_test.go | |
| parent | f623b64d083d52cc9a278e9d229215a6686c6b29 (diff) | |
Fix GUI selector sync and audio metadata model
Diffstat (limited to 'internal/gui/audio_paths_test.go')
| -rw-r--r-- | internal/gui/audio_paths_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |
