mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
53c0fe6e23
commit
a0f7d4b688
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue