mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-18 18:17:43 +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)
|
handler.load(requestUri.buildRequest(), 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
fail `should throw` IllegalStateException::class
|
fail `should throw` IllegalArgumentException::class
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -50,7 +50,7 @@ class CoverArtRequestHandlerTest {
|
|||||||
handler.load(requestUri.buildRequest(), 0)
|
handler.load(requestUri.buildRequest(), 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
fail `should throw` IllegalStateException::class
|
fail `should throw` IllegalArgumentException::class
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user