Skip to content

Commit

Permalink
Tests update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Dec 20, 2024
1 parent 034f31b commit 8083c68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def test_map():
map = Map(
game=game,
coordinates=coordinates,
height=height,
width=width,
size=height,
rotation=0,
map_directory=directory,
auto_process=autoprocess_case,
)
Expand Down Expand Up @@ -140,8 +140,8 @@ def test_map_preview():
map = Map(
game=game,
coordinates=case,
height=height,
width=width,
size=height,
rotation=0,
map_directory=directory,
)
for _ in map.generate():
Expand All @@ -168,8 +168,8 @@ def test_map_pack():
map = Map(
game=game,
coordinates=case,
height=height,
width=width,
size=height,
rotation=33,
map_directory=directory,
)
for _ in map.generate():
Expand Down

0 comments on commit 8083c68

Please sign in to comment.