Skip to content

Commit cad1c80

Browse files
[SoundCloud] update creative commons test properties to match dev
1 parent 7f94018 commit cad1c80

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudStreamExtractorTest.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,11 @@ public SoundcloudTrackTest3() {
212212
.length(1500)
213213
.licence("cc-by")
214214
.descriptionIsEmpty(false)
215-
.addDescriptionContains("On this episode, we're joined by art historians",
216-
"Follow Smarthistory on Twitter: https://twitter.com/Smarthistory",
217-
"Open Minds … from Creative Commons is licensed to the public under CC BY",
218-
"(https://creativecommons.org/licenses/by/4.0/)")
219-
.viewCountAtLeast(15584)
220-
.likeCountAtLeast(14)
215+
.addDescriptionContains("Smarthistory is a center for public art history",
216+
"experts who want to share their knowledge with learners around the world",
217+
"Available for use under the CC BY 3.0 license")
218+
.viewCountAtLeast(15000)
219+
.likeCountAtLeast(10)
221220
.build()
222221
);
223222
}

0 commit comments

Comments
 (0)