diff --git a/src/tests/test_world.cairo b/src/tests/test_world.cairo index 1871835..b7c8309 100644 --- a/src/tests/test_world.cairo +++ b/src/tests/test_world.cairo @@ -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');