fix tests

This commit is contained in:
Folkert 2021-02-16 01:06:24 +01:00
parent 411a265024
commit 0fc66aa61d
3 changed files with 7 additions and 7 deletions

View file

@ -3257,7 +3257,7 @@ mod solve_expr {
else
Ok { position, cost: 0.0 }
Set.foldl model.openSet folder (Ok { position: boom {}, cost: 0.0 })
Set.walk model.openSet folder (Ok { position: boom {}, cost: 0.0 })
|> Result.map (\x -> x.position)
astar : Model position -> Result position [ KeyNotFound ]*