mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fix tests
This commit is contained in:
parent
411a265024
commit
0fc66aa61d
3 changed files with 7 additions and 7 deletions
|
@ -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 ]*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue