diff --git a/tests/Feature/CasesControllerTest.php b/tests/Feature/CasesControllerTest.php index a8e6025907..399f90ca32 100644 --- a/tests/Feature/CasesControllerTest.php +++ b/tests/Feature/CasesControllerTest.php @@ -34,5 +34,6 @@ public function test_edit_method_shows_correct_case_data_with_admin() // Check the status $response->assertStatus(200); + // OTHER } }