mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
adding my maze need to be tested
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ def test_maze_setter_getter() -> None:
|
||||
)
|
||||
|
||||
maze.set_maze(test)
|
||||
assert numpy.array_equal(maze.get_maze(), test) == True
|
||||
assert numpy.array_equal(maze.get_maze(), test) is True
|
||||
|
||||
|
||||
def test_maze_str() -> None:
|
||||
|
||||
Reference in New Issue
Block a user