Skip to content

Commit

Permalink
Rename test.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Oct 22, 2024
1 parent 81afd87 commit e6f8422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DataUriFetcherTest : RobolectricTest() {

@OptIn(ExperimentalEncodingApi::class)
@Test
fun default() = runTest {
fun supported() = runTest {
val uri = "data:image/png;base64,$IMAGE_DATA".toUri()
val fetcher = assertNotNull(fetcher.create(uri, Options(context), ImageLoader(context)))

Expand Down

0 comments on commit e6f8422

Please sign in to comment.