Fix tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-07-26 22:26:05 +02:00
parent 8aa0f0485d
commit f77cc11a28
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class IconsCacherTest extends \Test\TestCase {
";
$actual = self::invokePrivate($this->iconsCacher, 'getIconsFromCss', [$css]);
$expected = array(
'icon-test' => '/svg/core/actions/add/000'
'icon-test' => '/svg/core/actions/add/000?v=1'
);
$this->assertEquals($expected, $actual);
}