diff --git a/tests/lib/Template/IconsCacherTest.php b/tests/lib/Template/IconsCacherTest.php index d02f5b3f05fd6..d6a9908989c59 100644 --- a/tests/lib/Template/IconsCacherTest.php +++ b/tests/lib/Template/IconsCacherTest.php @@ -86,7 +86,7 @@ public function testGetIconsFromValidCss() { "; $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); }