Skip to content

Commit

Permalink
⚰️ remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkac committed May 2, 2024
1 parent 019c607 commit 2b9b309
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_project.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ fn test_is_setup() {
#[test]
fn test_project_batch_mint() {
let owner_address: ContractAddress = contract_address_const::<'owner'>();
let other_address: ContractAddress = contract_address_const::<'other'>();
let (project_address, _) = deploy_project();
let absorber = IAbsorberDispatcher { contract_address: project_address };
let carbon_credits = ICarbonCreditsHandlerDispatcher { contract_address: project_address };
Expand Down

0 comments on commit 2b9b309

Please sign in to comment.