try failing the test
Some checks failed
test / test (pull_request) Failing after 8s

This commit is contained in:
Dan Anglin 2024-08-16 06:41:01 +01:00
parent d3631669db
commit 639aaaafbe
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": maze.MazePosition(i=3, j=10, last_i=10, last_j=10),
"expected": None,
},
{
"position": maze.MazePosition(i=0, j=4, last_i=10, last_j=10),