Skip to content

Commit

Permalink
Prefix with the configured assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Dec 21, 2015
1 parent 5f448b9 commit b9ddbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ImagyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function it_should_return_thumbnail_path()
{
$path = $this->imagy->getThumbnail("{$this->mediaPath}google-map.png", 'smallThumb');

$expected = 'google-map_smallThumb.png';
$expected = config('asgard.media.config.files-path') . 'google-map_smallThumb.png';

$this->assertEquals($expected, $path);
}
Expand Down

0 comments on commit b9ddbad

Please sign in to comment.