Skip to content

Commit

Permalink
Update LocalPlaylistManagerTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhooomn authored Sep 21, 2021
1 parent 3900248 commit e716071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LocalPlaylistManagerTest {

@Test
fun createPlaylist() {
const val NEWPIPE_URL = "https://newpipe.net/"
val NEWPIPE_URL = "https://newpipe.net/"
val stream = StreamEntity(
serviceId = 1, url = NEWPIPE_URL, title = "title",
streamType = StreamType.VIDEO_STREAM, duration = 1, uploader = "uploader",
Expand Down

0 comments on commit e716071

Please sign in to comment.