Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 29, 2016
1 parent 3a5e510 commit b91c79a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function testNotificationCanBeDispatched()
$container->instance(Dispatcher::class, $factory);
$notifiable = new RoutesNotificationsTestInstance;
$instance = new StdClass;
$factory->shouldReceive('send')->with([$notifiable], $instance);
$factory->shouldReceive('send')->with($notifiable, $instance);
Container::setInstance($container);

$notifiable->notify($instance);
Expand Down

0 comments on commit b91c79a

Please sign in to comment.