Fixed tests

This commit is contained in:
Alex Renoki 2020-08-27 14:26:14 +03:00
parent 4aec422ea9
commit fe01abd5c1
1 changed files with 0 additions and 4 deletions

View File

@ -48,10 +48,6 @@ class SendMessageTest extends TestCase
'channel' => 'test-channel', 'channel' => 'test-channel',
'event' => 'some-event', 'event' => 'some-event',
'data' => json_encode(['data' => 'yes']), 'data' => json_encode(['data' => 'yes']),
])
->seeJson([
'exception' => 'Failed to connect to Pusher.',
'ok' => false,
]); ]);
} }