From 8c5b5beae75244e1f85170d5a3b7e8be94bed503 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Fri, 28 Jul 2023 15:01:07 +0300 Subject: [PATCH] update test --- tests/Feature/ApiAuthenticationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/ApiAuthenticationTest.php b/tests/Feature/ApiAuthenticationTest.php index 95e37d6..6c6264a 100644 --- a/tests/Feature/ApiAuthenticationTest.php +++ b/tests/Feature/ApiAuthenticationTest.php @@ -71,7 +71,7 @@ public function testApiResponseData() 'data' => [ '*' => [ 'id', - 'name',g + 'name', 'email' ] ]