Skip to content

Commit 8321a22

Browse files
committed
Updated test
1 parent 563f796 commit 8321a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MultipleRequestsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testParallel()
1818
);
1919

2020
$this->assertCount(3, $infos);
21-
$this->assertEquals('https://oscarotero.com/', $infos[0]->url);
21+
$this->assertEquals('https://oscarotero.com/en/', (string) $infos[0]->url);
2222
$this->assertEquals('Óscar Otero - Web designer and developer', $infos[0]->title);
2323

2424
$this->assertEquals('https://github.com/oscarotero', $infos[1]->url);

0 commit comments

Comments
 (0)