Skip to content

Commit ccb2a19

Browse files
committed
fix tests
1 parent 72ccdbe commit ccb2a19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cspuz_solver_backend/src/puzzle/slalom.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ mod tests {
6969
#[rustfmt::skip]
7070
fn test_solve() {
7171
compare_board_and_check_no_solution_case!(
72-
solve("https://puzz.link/p?slalom/d/10/10/h133316131f131p1333315131f1333351aj11314333h42g/51"),
72+
solve("https://puzz.link/p?slalom/d/10/10/h133316131f131p1333315131f1333351aj41314333h42g/51"),
7373
Board {
7474
kind: BoardKind::Grid,
7575
height: 10,
@@ -87,7 +87,7 @@ mod tests {
8787
Item { y: 5, x: 9, color: "black", kind: ItemKind::Fill },
8888
Item { y: 7, x: 15, color: "black", kind: ItemKind::Fill },
8989
Item { y: 7, x: 15, color: "white", kind: ItemKind::Num(1) },
90-
Item { y: 7, x: 15, color: "white", kind: ItemKind::SideArrowUp },
90+
Item { y: 7, x: 15, color: "white", kind: ItemKind::SideArrowRight },
9191
Item { y: 7, x: 17, color: "black", kind: ItemKind::DottedHorizontalWall },
9292
Item { y: 7, x: 19, color: "black", kind: ItemKind::Fill },
9393
Item { y: 7, x: 19, color: "white", kind: ItemKind::Num(1) },

0 commit comments

Comments
 (0)