Fix tests

This commit is contained in:
tzugen 2021-06-09 20:23:22 +02:00
parent 6ab0ff973a
commit 619f441790
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import org.moire.ultrasonic.api.subsonic.models.AlbumListType.BY_GENRE
*/ */
class ApiVersionCheckWrapperTest { class ApiVersionCheckWrapperTest {
private val apiMock = mock<SubsonicAPIDefinition>() private val apiMock = mock<SubsonicAPIDefinition>()
private val wrapper = ApiVersionCheckWrapper(apiMock, V1_1_0) private val wrapper = ApiVersionCheckWrapper(apiMock, V1_1_0, isRealProtocolVersion = true)
@Test @Test
fun `Should just call real api for ping`() { fun `Should just call real api for ping`() {