summaryrefslogtreecommitdiff
path: root/internal/gui/audio_paths_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gui/audio_paths_test.go')
-rw-r--r--internal/gui/audio_paths_test.go3
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) {