mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 04:43:07 +00:00
fix thumbnail parser test
This commit is contained in:
parent
5f932bf27d
commit
156bec564f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ internal class ThumbnailParserTest {
|
|||
@Disabled
|
||||
@Test
|
||||
fun test() {
|
||||
val parse = ThumbnailParser("https://static.media.ccc.de/media/events/gpn/gpn19/67-hd.thumbnails.vtt", okHttpClient).parse()
|
||||
val parse = ThumbnailParser(okHttpClient).parse("https://static.media.ccc.de/media/events/gpn/gpn19/67-hd.thumbnails.vtt")
|
||||
assertThat(parse.size, greaterThan(999))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue