mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-14 08:27:15 +03:00
Fix failing tests.
This commit is contained in:
parent
eb59e3ccc1
commit
4e159eed48
@ -50,7 +50,7 @@ class AvatarRequestHandlerTest {
|
||||
handler.load(requestUri.buildRequest(), 0)
|
||||
}
|
||||
|
||||
fail `should throw` IllegalStateException::class
|
||||
fail `should throw` IllegalArgumentException::class
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -50,7 +50,7 @@ class CoverArtRequestHandlerTest {
|
||||
handler.load(requestUri.buildRequest(), 0)
|
||||
}
|
||||
|
||||
fail `should throw` IllegalStateException::class
|
||||
fail `should throw` IllegalArgumentException::class
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user