mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-11 17:20:39 +01:00
Add mandatory stableKey to tests
This commit is contained in:
parent
566e429e4c
commit
6dff5c5a23
@ -84,5 +84,5 @@ class CoverArtRequestHandlerTest {
|
||||
response.source `should not be` null
|
||||
}
|
||||
|
||||
private fun Uri.buildRequest() = Request.Builder(this).build()
|
||||
private fun Uri.buildRequest() = Request.Builder(this).stableKey("-1").build()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user