Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 8eb43b8

Browse files
committed
Adjust tests
1 parent 17b1c8c commit 8eb43b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_algorithms.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def seekLight(robot):
264264
world.seconds(120, [seekLight], real_time=False)
265265

266266
assert (robot.x, robot.y, robot.a) == (
267-
111.40677861955245,
268-
84.5940996201107,
269-
25.68378902132767,
267+
90.4973436405173,
268+
71.72096476288257,
269+
18.244497061327607,
270270
)

0 commit comments

Comments
 (0)