Skip to content

Commit b6fbdbf

Browse files
committed
Fixes risky test
1 parent 6fff152 commit b6fbdbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/SwooleClientTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ public function test_static_file_headers_can_be_sent(): void
145145
$swooleResponse->shouldReceive('sendfile')->once()->with(realpath(__DIR__.'/public/foo.txt'));
146146

147147
$client->serveStaticFile($request, $context);
148-
149-
$this->assertTrue(true);
150148
}
151149

152150
public function test_can_serve_static_files_through_symlink(): void

0 commit comments

Comments
 (0)