Fix tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/3530/head
Julius Härtl 2017-03-20 14:20:34 +07:00
parent 53c0fe6e23
commit a0f7d4b688
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

@ -269,7 +269,7 @@ class SCSSCacherTest extends \Test\TestCase {
'fileName' => 'styles.css',
'appName' => $appName
])
->willReturn($result);
->willReturn(\OC::$WEBROOT . $result);
$actual = $this->scssCacher->getCachedSCSS($appName, $fileName);
$this->assertEquals(substr($result, 1), $actual);
}