Skip to content

Commit 6bd1a21

Browse files
committed
add placeholder for tests
1 parent c46b66d commit 6bd1a21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/goose/main_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ func TestSoundPlaybackDuringTransitions(t *testing.T) {
299299
enableAudioCues: true,
300300
initialLoadComplete: true, // Set to true to allow sound playback
301301
menuInitialized: true,
302+
lastMenuTitles: []string{"placeholder"}, // Initialize to prevent menu rebuilds during testing
302303
}
303304

304305
tests := []struct {

0 commit comments

Comments
 (0)