]> git.agnieray.net Git - galette.git/commitdiff
Fix unit test
authorGuillaume AGNIERAY <dev@agnieray.net>
Wed, 15 Feb 2023 08:01:11 +0000 (09:01 +0100)
committerGuillaume AGNIERAY <dev@agnieray.net>
Fri, 17 Feb 2023 11:52:56 +0000 (12:52 +0100)
tests/Galette/Core/tests/units/CheckModules.php

index 74a43974a1a5ed587f2136de9a62218e1882c6b0..2959764d5b11c3b5a2af1d18f45d7fc7737727d2 100644 (file)
@@ -108,8 +108,8 @@ class CheckModules extends atoum
                         ->array($checks->getMissings())
                             ->hasSize(6)
                         ->string($checks->toHtml())
-                            ->notContains('icon-valid.png')
-                            ->hasLength(1002);
+                            ->notContains('green check icon')
+                            ->hasLength(1026);
     }
 
     /**