Skip to content

Commit 1b5326e

Browse files
committed
Fix indentation in first test in test_NPC
1 parent 630df27 commit 1b5326e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_NPC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_AAA_NPC_no_scene(self):
2323
state = lgsvl.AgentState()
2424
agent = sim.add_agent("Jeep", lgsvl.AgentType.NPC, state)
2525
agent.state.position
26-
self.assertFalse(repr(e.exception).startswith(PROBLEM))
26+
self.assertFalse(repr(e.exception).startswith(PROBLEM))
2727

2828
def test_NPC_creation(self): # Check if the different types of NPCs can be created
2929
with SimConnection(60) as sim:

0 commit comments

Comments
 (0)