now try after fixing tests
All checks were successful
test / test (pull_request) Successful in 3s

This commit is contained in:
Dan Anglin 2024-08-16 06:42:16 +01:00
parent 639aaaafbe
commit 75e6213711
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -149,7 +149,7 @@ class Tests(unittest.TestCase):
{
"position": maze.MazePosition(i=3, j=9, last_i=10, last_j=10),
"direction": maze.MazeDirection.RIGHT,
"expected": None,
"expected": maze.MazePosition(i=3, j=10, last_i=10, last_j=10),
},
{
"position": maze.MazePosition(i=0, j=4, last_i=10, last_j=10),