Skip to content

Commit

Permalink
test fix (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored Jan 11, 2022
1 parent 05599bf commit 8688b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/S3Integration/S3TestPathGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function getPathForResponsiveImages(Media $media): string
*/
protected function getBasePath(Media $media): string
{
return (S3IntegrationTest::getS3BaseTestDirectory()).'/'.$media->getKey();
return (getS3BaseTestDirectory()).'/'.$media->getKey();
}
}

0 comments on commit 8688b72

Please sign in to comment.