Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Apr 22, 2024
1 parent f1f75be commit 911b5cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class Queue(private var tracksList: MutableList<QueuedTrack> = mutableListOf())
val unShuffled = queue + shuffled.sorted()

order = LinkedList(unShuffled)
nextIndex = tracksList.size
}
nextIndex = tracksList.size
}
field = value
}
Expand Down

0 comments on commit 911b5cf

Please sign in to comment.