Removed debugging

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-05 03:22:03 +01:00
parent 34bde52f74
commit efb9d107cf

View file

@ -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');