Skip to content

Commit 4f16acf

Browse files
committed
fixed some tests
1 parent b219b13 commit 4f16acf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tests/GithubTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ public function testGist()
1010
'https://gist.github.com/oscarotero/7749998',
1111
[
1212
'title' => 'Git-cheatsheet.sh',
13-
'imageWidth' => 400,
14-
'imageHeight' => 400,
13+
'imageWidth' => 1280,
14+
'imageHeight' => 640,
1515
'type' => 'rich',
1616
'providerName' => 'Gist',
1717
]

tests/N500Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function testPhoto()
1010
'https://500px.com/photo/138251239/taganay-park-by-daniel-kordan',
1111
[
1212
'title' => 'Taganay park by Daniel Kordan',
13-
'image' => 'https://drscdn.500px.org/photo/138251239/m%3D900/v2?webp=true&sig=bd0aadcd5f05638f74eb4dd1ac722495a46136aeadc231b5967ddcda799437ae',
13+
'image' => 'https://drscdn.500px.org/photo/138251239/m%3D900/v2?sig=7489d4e3881772af5530f01b040e0d6f675e975f81173533a70d422d61919194',
1414
'imageWidth' => 900,
1515
'imageHeight' => 600,
1616
'authorName' => 'Kordan',

tests/PinterestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public function testOne()
99
$this->assertEmbed(
1010
'https://www.pinterest.com/pin/106890191127977979/',
1111
[
12-
'title' => 'Pin by Leslie Carruthers on Icons | Jack nicholson, Famous men, Movies',
12+
'title' => 'Pin by Leslie Carruthers on Icons | Jack nicholson, Famous men, Hollywood stars',
1313
'width' => 236,
1414
'height' => 442,
1515
'code' => '<a data-pin-do="embedPin" data-pin-lang="es" href="https://www.pinterest.com/pin/106890191127977979/"></a><script async defer src="//assets.pinterest.com/js/pinit.js"></script>',

tests/TumblrTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testRedirect()
2222
$this->assertEmbed(
2323
'https://t.umblr.com/redirect?z=https%3A%2F%2Fcm.engineering%2Fhow-to-test-accessibility-of-emails-b68fed03f5f4&t=YmJlOWJlMDE2MTBhNjgzMGQ3OWI4YjcyYTc3ZGVmODVlMjQxZWU0OCxEMHp1MXlSVg%3D%3D&b=t%3ABS0dIKxiGtP4rIANih2MqA&p=http%3A%2F%2Ftoday.uxdesign.cc%2Fpost%2F174967774408%2Fhow-to-test-accessibility-of-emails',
2424
[
25-
'title' => 'How to test accessibility of emails',
25+
'title' => 'How to test accessibility of emails - Campaign Monitor Engineering',
2626
'url' => 'https://cm.engineering/how-to-test-accessibility-of-emails-b68fed03f5f4',
2727
]
2828
);

0 commit comments

Comments
 (0)