Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdelab committed Nov 15, 2024
1 parent c0e470c commit d19ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/systems/combat/tests/army_create_test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use eternum::systems::{
};
use eternum::utils::testing::{
config::{get_combat_config, set_settlement_config}, world::spawn_eternum, systems::deploy_realm_systems,
systems::deploy_troop_systems, general::{mint, get_default_realm_pos, spawn_realm}
systems::{deploy_troop_systems, deploy_system}, general::{mint, get_default_realm_pos, spawn_realm}
};
use starknet::ContractAddress;
use starknet::contract_address_const;
Expand Down

0 comments on commit d19ed1d

Please sign in to comment.