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

Commit 7b08f20

Browse files
committed
left a DD in the test :(
1 parent 248c6f2 commit 7b08f20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Feature/Assets/UploadImageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ function test_it_verifies_max_file_size()
6060
]);
6161
$response = $this->call('POST', 'api/assets', [], [], [], $server, $file);
6262
$this->assertEquals(413, $response->getStatusCode());
63-
dd($response->getContent());
6463
}
6564

6665
function test_it_validates_mime_type()

0 commit comments

Comments
 (0)