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

View File

@@ -40,7 +40,7 @@ class SubscriberTest extends AbstractTestCase
{
$this->beUser();
$this->expectsEvents('CachetHQ\Cachet\Events\CustomerHasSubscribedEvent');
$this->expectsEvents('CachetHQ\Cachet\Events\SubscriberHasSubscribedEvent');
$this->post('/api/v1/subscribers', [
'email' => 'james@cachethq.io',