mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix NotificationCheckerSpec tests
This commit is contained in:
parent
1ff2486e1a
commit
c1f4cdf773
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue