Skip to content

Commit

Permalink
chore: fix breaking tests and format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Adegbite Ademola Kelvin authored and Adegbite Ademola Kelvin committed Dec 11, 2024
1 parent 9420841 commit 6bebc43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/test_hub.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn __setup__() -> (ContractAddress, ContractAddress, ContractAddress, ContractAd
let community_nft_classhash = declare("CommunityNFT").unwrap().contract_class();

// declare collectnft
let collect_nft_classhash = declare("CollectNFT").unwrap().contract_class();
// let collect_nft_classhash = declare("CollectNFT").unwrap().contract_class();

// deploy hub contract
let hub_class_hash = declare("ColonizHub").unwrap().contract_class();
Expand All @@ -72,7 +72,7 @@ fn __setup__() -> (ContractAddress, ContractAddress, ContractAddress, ContractAd
handle_registry_contract_address.into(),
(*follow_nft_classhash.class_hash).into(),
(*community_nft_classhash.class_hash).into(),
(*collect_nft_classhash.class_hash).into(),
// (*collect_nft_classhash.class_hash).into(),
OWNER
];
let (hub_contract_address, _) = hub_class_hash.deploy(@calldata).unwrap_syscall();
Expand Down

0 comments on commit 6bebc43

Please sign in to comment.