diff --git a/tests/FetchUsersTest.php b/tests/FetchUsersTest.php index d2a8c9d740..0a5fc09a15 100644 --- a/tests/FetchUsersTest.php +++ b/tests/FetchUsersTest.php @@ -3,14 +3,12 @@ namespace BeyondCode\LaravelWebSockets\Test; use BeyondCode\LaravelWebSockets\API\FetchUsers; -use BeyondCode\LaravelWebSockets\Console\Commands\StartServer; use GuzzleHttp\Psr7\Request; use Pusher\Pusher; use Symfony\Component\HttpKernel\Exception\HttpException; class FetchUsersTest extends TestCase { - public function test_invalid_signatures_can_not_access_the_api() { $this->expectException(HttpException::class);