music: fix failing tests
This commit is contained in:
parent
4068c3e009
commit
52e0620149
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ open class FakeMusicSettings : MusicSettings {
|
|||
override var genreSongSort: Sort
|
||||
get() = throw NotImplementedError()
|
||||
set(_) = throw NotImplementedError()
|
||||
override var playlistSongSort: Sort?
|
||||
override var playlistSongSort: Sort
|
||||
get() = throw NotImplementedError()
|
||||
set(_) = throw NotImplementedError()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue