Skip to content

Commit 7aee0a7

Browse files
committed
updated spreaker test
1 parent 3139b9b commit 7aee0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SpreakerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public function testOne()
77
{
88
$info = Embed\Embed::create('http://www.spreaker.com/show/deseos-del-alma-poemas_1');
99

10-
$this->assertEquals($info->title, 'Deseos del Alma - Poemas');
10+
$this->assertEquals($info->title, 'Te nombro - Poemas');
1111
$this->assertEquals($info->type, 'video');
1212
$this->assertEquals($info->code, '<iframe src="http://www.spreaker.com/embed/player/standard?autoplay=false&amp;episode_id=4535030" frameborder="0" allowTransparency="true" style="border:none;overflow:hidden;width:100%;height:131px;min-width:400px;"></iframe>');
1313
$this->assertEquals($info->providerName, 'Spreaker');

0 commit comments

Comments
 (0)