Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
loothero committed Mar 3, 2025
1 parent 9ffe6f7 commit 4ec1157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/utils/testing/world.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use starknet::{ContractAddress, contract_address_const};

fn namespace_def() -> NamespaceDef {
let ndef = NamespaceDef {
namespace: @DEFAULT_NS(),
namespace: DEFAULT_NS(),
resources: [
TestResource::Model(m_Battle::TEST_CLASS_HASH.try_into().unwrap()),
TestResource::Model(m_Board::TEST_CLASS_HASH.try_into().unwrap()),
Expand Down

0 comments on commit 4ec1157

Please sign in to comment.