1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-11 09:10:57 +01:00

Add mandatory stableKey to tests

This commit is contained in:
tzugen 2021-06-07 14:37:01 +02:00
parent 566e429e4c
commit 6dff5c5a23
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -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()
}