Update PythonAPI/test/API/spawn_walkers.py
Co-authored-by: Xavier Solé Nogués <xavisolesoft@gmail.com>
This commit is contained in:
parent
f0eed51f8a
commit
1915ae27c1
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue