Fix tests

This commit is contained in:
Joseph Cohen
2015-08-07 00:16:54 -07:00
committed by James Brooks
parent 8250e4ebca
commit 924eee9752
+1 -1
View File
@@ -40,7 +40,7 @@ class SubscriberTest extends AbstractTestCase
{ {
$this->beUser(); $this->beUser();
$this->expectsEvents('CachetHQ\Cachet\Events\CustomerHasSubscribedEvent'); $this->expectsEvents('CachetHQ\Cachet\Events\SubscriberHasSubscribedEvent');
$this->post('/api/v1/subscribers', [ $this->post('/api/v1/subscribers', [
'email' => 'james@cachethq.io', 'email' => 'james@cachethq.io',