Skip to content

Commit

Permalink
Merge pull request #122 from EmmanuelAR/feat/fix_comments
Browse files Browse the repository at this point in the history
Fix comments
  • Loading branch information
EmmanuelAR authored Oct 3, 2024
2 parents 794fc7b + 83460f8 commit dd8cbb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/tests/test_fund.cairo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// *************************
// ***************************************************************************************
// FUND TEST
// *************************
// ***************************************************************************************
use starknet::{ContractAddress, contract_address_const};

use snforge_std::{declare, ContractClassTrait, start_cheat_caller_address_global};
Expand Down Expand Up @@ -38,9 +38,9 @@ fn _setup_() -> ContractAddress {
let (contract_address, _) = contract.deploy(@calldata).unwrap();
contract_address
}
// *************************
// ***************************************************************************************
// TEST
// *************************
// ***************************************************************************************
#[test]
fn test_constructor() {
let contract_address = _setup_();
Expand Down

0 comments on commit dd8cbb4

Please sign in to comment.