Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilf committed Aug 10, 2023
1 parent 0caa0dd commit 472799f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barbarosa/src/cube_n/parser/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn extended_moves() {
assert_eq!(
ExtendedAxisMove::parse($testing).unwrap(),
parse_slice_move(
CubeNParser::parse(Rule::slice_move, "E")
CubeNParser::parse(Rule::slice_move, $testing)
.unwrap()
.next()
.unwrap()
Expand Down

0 comments on commit 472799f

Please sign in to comment.