mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed debugging
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
34bde52f74
commit
efb9d107cf
|
@ -45,7 +45,6 @@ class UpdateCategoriesTest extends TestCase
|
|||
->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