Skip to content

Commit f19340c

Browse files
Changed name of test to make it relevant
1 parent 6341683 commit f19340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sensors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_GPS(self): # Check that the GPS sensor works
202202
self.assertNotAlmostEqual(gps.data.altitude, 0)
203203
self.assertNotAlmostEqual(gps.data.orientation, 0)
204204

205-
def test_sensor_enabling(self): # Check if sensors can be enabled
205+
def test_sensor_disabling(self): # Check if sensors can be enabled
206206
with SimConnection() as sim:
207207
agent = sim.add_agent("Jaguar2015XE (Apollo 3.5)", lgsvl.AgentType.EGO, spawnState(sim))
208208
for s in agent.get_sensors():

0 commit comments

Comments
 (0)