Refactor the name for the test to select another city in CartTest.

This commit is contained in:
2023-06-18 18:45:57 +03:00
parent 3fe7287e06
commit 399eab4cad
+1 -1
View File
@@ -56,7 +56,7 @@ class CartTest extends TestCase
]);
}
public function test_select_another_city_time(): void
public function test_select_another_city(): void
{
$this->test_user = User::where('username', $this->test_user_username)->first();
$this->test_city = City::where('name', $this->test_city_name2)->first();