Skip to content

Commit

Permalink
contracts: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
credence0x committed Oct 24, 2024
1 parent fd88f3c commit 3586373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/systems/combat/tests/battle_leave_test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ fn combat_test_battle_leave_by_winner() {

// ensure player_1's army troop count is correct
let player_1_army: Army = get!(world, player_1_army_id, Army);
assert_eq!(player_1_army.troops.count(), 8_979_000);
assert_eq!(player_1_army.troops.count(), 8_976_000);

// ensure the battle was updated correctly
let battle: Battle = get!(world, battle_id, Battle);
Expand Down

0 comments on commit 3586373

Please sign in to comment.