From f9aae95ec85db4fcc403d3bd81a3f107a0f54304 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Tue, 22 Oct 2024 12:46:19 -0400 Subject: [PATCH] DEMO --- tests/Feature/CasesControllerTest.php | 1 + 1 file changed, 1 insertion(+) 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 } }