Skip to content

Commit f7c58d8

Browse files
committed
fixed chirbit test
1 parent 082ffa9 commit f7c58d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ChirbitTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ public function testOne()
77
$this->assertEmbed(
88
'http://chirb.it/7A9L9B',
99
[
10-
'title' => 'Chirbit [nvanderklippe] Encana conference call',
11-
'width' => 320,
10+
'title' => 'Encana conference call',
11+
'width' => 380,
1212
'height' => 120,
1313
'type' => 'rich',
14-
'providerName' => 'Chirbit',
14+
'providerName' => 'chirbit',
1515
]
1616
);
1717
}

0 commit comments

Comments
 (0)