Skip to content

Commit

Permalink
Debug github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Nov 23, 2023
1 parent 580ba6b commit 2fe530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Common/HelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function test_http__multi_request_error() {
}

public function test_http__multi_request_success() {
$res = Helper::httpMultiRequest( array('https://google.com', 'https://microsoft.com') );
$res = Helper::httpMultiRequest( array('https://google.com', 'https://apple.com') );
$this->assertIsArray( $res );
$this->assertContainsOnly( 'string', $res );
}
Expand Down

0 comments on commit 2fe530f

Please sign in to comment.