Skip to content

Commit 83e2667

Browse files
committed
typo in test
1 parent 1efef4f commit 83e2667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_get_world_bounding_box(self):
5656
combinator = DeciderCombinator(tile_position=[3, 3], direction=Direction.EAST)
5757
assert combinator.get_world_bounding_box() == AABB(3.35, 3.15, 4.65, 3.85)
5858
recycler = new_entity('recycler',tile_position=[3, 3], direction=Direction.EAST)
59-
assert recycler.get_world_bounding_box() == AABB(3,3, 3.3, 6.7, 4.7)
59+
assert recycler.get_world_bounding_box() == AABB(3.3, 3.3, 6.7, 4.7)
6060

6161
def test_set_name(self):
6262
iron_chest = Container("iron-chest")

0 commit comments

Comments
 (0)