Commit d6e26eac authored by Mark Harding's avatar Mark Harding

(fix): failing notification test

parent f0bb745e
No related merge requests found
Pipeline #67371376 passed with stages
in 6 minutes and 23 seconds
......@@ -27,7 +27,7 @@ class EventsSpec extends ObjectBehavior
expect(Dispatcher::trigger('notification', 'mock', [
'to' => [ $to_user_a->guid, $to_user_b->guid ],
'from' => $from_user,
'entity' => $entity,
'entity' => $entity->getWrappedObject(),
'notification_view' => 'mock_test',
'description' => 'I am a mock',
'params' => [ 'message' => 'I am foobar' ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment