Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed May 23, 2024
1 parent 260b962 commit 5f9d16d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game/end_to_end_tests/test_level_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from game.models import Level

from game.character import get_character
from game.theme import get_theme

class TestLevelWin(BaseGameTest):
custom_level = None
Expand Down Expand Up @@ -41,7 +42,7 @@ def setUpClass(cls):
origin='{"coordinate":[3,5],"direction":"S"}',
path='[{"coordinate":[3,5],"connectedNodes":[1]},{"coordinate":[3,4],' '"connectedNodes":[0]}]',
pythonEnabled=False,
theme=grass,
theme=get_theme(name="grass"),
threads=1,
traffic_lights="[]",
)
Expand Down

0 comments on commit 5f9d16d

Please sign in to comment.