Skip to content

Commit

Permalink
typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
redruin1 committed Jan 6, 2025
1 parent 1efef4f commit 83e2667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_get_world_bounding_box(self):
combinator = DeciderCombinator(tile_position=[3, 3], direction=Direction.EAST)
assert combinator.get_world_bounding_box() == AABB(3.35, 3.15, 4.65, 3.85)
recycler = new_entity('recycler',tile_position=[3, 3], direction=Direction.EAST)
assert recycler.get_world_bounding_box() == AABB(3,3, 3.3, 6.7, 4.7)
assert recycler.get_world_bounding_box() == AABB(3.3, 3.3, 6.7, 4.7)

def test_set_name(self):
iron_chest = Container("iron-chest")
Expand Down

0 comments on commit 83e2667

Please sign in to comment.