mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed debugging
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
34bde52f74
commit
efb9d107cf
|
@ -44,8 +44,7 @@ class UpdateCategoriesTest extends TestCase
|
|||
->assertStatusMessageIs('error')
|
||||
->assertStatus(200)
|
||||
->json();
|
||||
|
||||
//dd($response);
|
||||
|
||||
$category->refresh();
|
||||
$this->assertNotEquals('Test Category', $category->name, 'Name was not updated');
|
||||
$this->assertNotEquals('Test EULA', $category->eula_text, 'EULA was not updated');
|
||||
|
|
Loading…
Reference in a new issue