Fix tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-03-20 14:20:34 +01:00
parent 53c0fe6e23
commit a0f7d4b688
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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);
}