Skip to content

Commit

Permalink
Fix URL path
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Apr 27, 2024
1 parent f47bf0c commit ef75347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widget/Tests/Utility/ImageUtilityTest.php
Expand Up @@ -73,7 +73,7 @@ public function testEncodeBase64(): void {

// Set the mocks.
$uri = $this->images[0];
$url = "https://raw.githubusercontent.com/webeweb/core-library/master/tests/image/Fixtures/TestImage_1920x1037.jpg";
$url = "https://raw.githubusercontent.com/webeweb/core-library/master/lib/widget/Tests/Fixtures/Component/Image/DefaultImage_1920x1037.jpg";

$exp = file_get_contents(__DIR__ . "/../Fixtures/Utility/ImageUtilityTest.testBase64Encode.txt");

Expand Down

0 comments on commit ef75347

Please sign in to comment.