Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Apr 4, 2024
1 parent 9313074 commit 9168c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_world.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mod tests {
let right_dir_felt: felt252 = Direction::Right.into();

// check moves
assert(moves.remaining == 0, 'moves is wrong');
assert(moves.remaining == 99, 'moves is wrong');

// check last direction
assert(moves.last_direction.into() == right_dir_felt, 'last direction is wrong');
Expand Down

0 comments on commit 9168c6d

Please sign in to comment.