Skip to content

Commit

Permalink
test(push): fix wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxblan committed Nov 10, 2023
1 parent b724d30 commit c72343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/actions/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ mod tests {
let new_ship: Ship = result.unwrap();

assert_eq!(new_ship.position, CubeCoordinates::new(1, 0));
assert_eq!(new_ship.free_turns, 1);
assert_eq!(new_ship.free_turns, 2);
}

#[test]
Expand Down

0 comments on commit c72343f

Please sign in to comment.