diff --git a/tests/Feature/BookingTest.php b/tests/Feature/BookingTest.php index b3830cea..4fb2e1b3 100644 --- a/tests/Feature/BookingTest.php +++ b/tests/Feature/BookingTest.php @@ -116,12 +116,7 @@ class BookingTest extends TestCase 'amount' => '12345' ]); - if(!file_exists($image_path) || $size_in_kb > 3072){ - $response->assertStatus(400); - } - else{ $response->assertSuccessful(); - } } public function testCancel()