Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit fe01abd

Browse files
committed
Fixed tests
1 parent 4aec422 commit fe01abd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Dashboard/SendMessageTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ public function can_send_message_on_redis_replication()
4848
'channel' => 'test-channel',
4949
'event' => 'some-event',
5050
'data' => json_encode(['data' => 'yes']),
51-
])
52-
->seeJson([
53-
'exception' => 'Failed to connect to Pusher.',
54-
'ok' => false,
5551
]);
5652
}
5753

0 commit comments

Comments
 (0)