summaryrefslogtreecommitdiffstats
path: root/tests/lib/Template/IconsCacherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Template/IconsCacherTest.php')
-rw-r--r--tests/lib/Template/IconsCacherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Template/IconsCacherTest.php b/tests/lib/Template/IconsCacherTest.php
index d02f5b3f05f..d6a9908989c 100644
--- a/tests/lib/Template/IconsCacherTest.php
+++ b/tests/lib/Template/IconsCacherTest.php
@@ -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);
}