Skip to content

Commit

Permalink
fix: removing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Banuelos authored and Armando Banuelos committed Apr 3, 2024
1 parent 9ff068c commit 1c472e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simulators/carla/test_carla.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_consistent_object_type(getAssetPath):
model scenic.simulators.carla.model
action = SetGearAction(0)
ego = new Car
as action.canBeTakenBy(ego)
assert action.canBeTakenBy(ego)
"""
for _ in range(2):
compileScenic(code, mode2D=True)
Expand Down

0 comments on commit 1c472e1

Please sign in to comment.