Update PythonAPI/test/API/spawn_walkers.py

Co-authored-by: Xavier Solé Nogués <xavisolesoft@gmail.com>
This commit is contained in:
Blyron 2024-04-19 10:15:26 +02:00 committed by Xavier Solé Nogués
parent f0eed51f8a
commit 1915ae27c1
1 changed files with 1 additions and 1 deletions

View File

@ -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')