Skip to content

Commit f3421c8

Browse files
committed
fixed wikipedia test
1 parent 9511f84 commit f3421c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/WikipediaTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public function testOne()
1313
[
1414
'title' => 'Albert Einstein',
1515
'description' => $description,
16-
'imageWidth' => 3250,
17-
'imageHeight' => 4333,
16+
'imageWidth' => 3875,
17+
'imageHeight' => 5593,
1818
'type' => 'link',
1919
'providerName' => 'Wikipedia',
2020
'providerUrl' => 'https://wikipedia.org',

0 commit comments

Comments
 (0)