Skip to content

Commit 8830e87

Browse files
tfgaStypox
andauthored
YouTube video IDs are 11 characters long
Co-authored-by: Stypox <stypox@pm.me>
1 parent f96b8f7 commit 8830e87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/test/java/org/schabi/newpipe/local/playlist/ExportPlaylistTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ class ExportPlaylistTest {
5959
@Test
6060
fun exportJustUrls() {
6161
val playlist = asPlaylist(
62-
"https://www.youtube.com/watch?v=1",
63-
"https://www.youtube.com/watch?v=2",
64-
"https://www.youtube.com/watch?v=3"
62+
"https://www.youtube.com/watch?v=10000000000",
63+
"https://www.youtube.com/watch?v=20000000000",
64+
"https://www.youtube.com/watch?v=30000000000"
6565
)
6666

6767
val exported = export(JUST_URLS, playlist, mock(Context::class.java))

0 commit comments

Comments
 (0)