From 1915ae27c13af61349999474ac388582a3569e70 Mon Sep 17 00:00:00 2001 From: Blyron <53337103+Blyron@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:15:26 +0200 Subject: [PATCH] Update PythonAPI/test/API/spawn_walkers.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Xavier Solé Nogués --- PythonAPI/test/API/spawn_walkers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonAPI/test/API/spawn_walkers.py b/PythonAPI/test/API/spawn_walkers.py index 53f5b00fa..2f30005eb 100644 --- a/PythonAPI/test/API/spawn_walkers.py +++ b/PythonAPI/test/API/spawn_walkers.py @@ -18,7 +18,7 @@ except IndexError: import carla -class TestWalkersSpawnTest(unittest.TestCase): +class TestWalkersSpawn(unittest.TestCase): def test_walker_spawn(self): client = carla.Client() world = client.load_world('Town10HD_Opt')