1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-17 04:00:39 +01:00

Fix failing tests.

This commit is contained in:
Yahor Berdnikau 2018-10-06 13:59:46 +02:00
parent eb59e3ccc1
commit 4e159eed48
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ class AvatarRequestHandlerTest {
handler.load(requestUri.buildRequest(), 0)
}
fail `should throw` IllegalStateException::class
fail `should throw` IllegalArgumentException::class
}
@Test

View File

@ -50,7 +50,7 @@ class CoverArtRequestHandlerTest {
handler.load(requestUri.buildRequest(), 0)
}
fail `should throw` IllegalStateException::class
fail `should throw` IllegalArgumentException::class
}
@Test