Skip to content

Commit 304c593

Browse files
committed
fixed soundcloud test
1 parent 48818b6 commit 304c593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SoundcloudTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testThree()
3131
$info = Embed\Embed::create('https://soundcloud.com/calumfoad/sets/flaws-ep-stream');
3232

3333
$this->assertEquals($info->title, "Flaws EP");
34-
$this->assertEquals($info->description, "19 year old singer/songwriter from Reading.");
34+
$this->assertEquals($info->description, "20 year old singer/songwriter from Reading.");
3535
$this->assertEquals($info->type, 'rich');
3636
$this->assertEquals($info->code, '<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=https%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F46025307&show_artwork=true"></iframe>');
3737
$this->assertEquals($info->providerName, 'SoundCloud');

0 commit comments

Comments
 (0)