mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 04:00:39 +01: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