Ad
  • Default User Avatar

    Hi Adrian,
    Thanks for the interesting kata!

    You wrote to Animoni that the maze 2 replies above and the following directions should return 'Lost':
    Test.assert_equals(maze_runner(maze,["N","N","N","E"]), "Lost", "Should return Lost")

    I totally agree, but when I attempt to test it, I am getting this error: "Expected outcome to be Dead: expected 'Lost' to equal 'Dead'". How could the expected answer be 'Dead'?

    Thanks.