Fix NotificationCheckerSpec tests

This commit is contained in:
Wojdylak 2024-01-29 15:56:13 +01:00
parent 1ff2486e1a
commit c1f4cdf773
No known key found for this signature in database
GPG key ID: 7509E560A6821ABE

View file

@ -25,7 +25,7 @@ final class NotificationCheckerSpec extends ObjectBehavior
{
function let(NotificationAccessorInterface $notificationAccessor)
{
$this->beConstructedWith($notificationAccessor);
$this->beConstructedWith($notificationAccessor, ['failure' => 'negative', 'success' => 'alert-success']);
}
function it_is_initializable()