Update PythonAPI/test/API/spawn_vehicles.py
Co-authored-by: Xavier Solé Nogués <xavisolesoft@gmail.com>
This commit is contained in:
parent
84e5e92f01
commit
ab0d15393d
|
@ -19,7 +19,6 @@ except IndexError:
|
|||
import carla
|
||||
|
||||
class TestVehiclesSpawnTest(unittest.TestCase):
|
||||
print("IntegrationTest.Vehicles.VehiclesSpawnTest")
|
||||
def test_vehicle_spawn(self):
|
||||
client = carla.Client()
|
||||
world = client.load_world('Town10HD_Opt')
|
||||
|
|
Loading…
Reference in New Issue