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
|
@ -44,8 +44,7 @@ class UpdateCategoriesTest extends TestCase
|
||||||
->assertStatusMessageIs('error')
|
->assertStatusMessageIs('error')
|
||||||
->assertStatus(200)
|
->assertStatus(200)
|
||||||
->json();
|
->json();
|
||||||
|
|
||||||
//dd($response);
|
|
||||||
$category->refresh();
|
$category->refresh();
|
||||||
$this->assertNotEquals('Test Category', $category->name, 'Name was not updated');
|
$this->assertNotEquals('Test Category', $category->name, 'Name was not updated');
|
||||||
$this->assertNotEquals('Test EULA', $category->eula_text, 'EULA was not updated');
|
$this->assertNotEquals('Test EULA', $category->eula_text, 'EULA was not updated');
|
||||||
|
|
Loading…
Reference in a new issue