Skip to content

Commit

Permalink
scarb check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk8erboi84 committed Mar 8, 2024
1 parent 4895608 commit d778d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/integration/create_market.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,7 @@ fn test_deposit_market_integration() {

start_prank(contract_address_const::<'ETH'>(), caller_address); //change to switch swap
// Send token to order_vault in multicall with create_order
IERC20Dispatcher {
contract_address: contract_address_const::<'ETH'>()
} //change to switch swap
IERC20Dispatcher { contract_address: contract_address_const::<'ETH'>() } //change to switch swap
.transfer(order_vault.contract_address, 1);

let balance_ETH_before = IERC20Dispatcher {
Expand Down
4 changes: 1 addition & 3 deletions tests/integration/swap_test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@ fn test_deposit_market_integration() {

start_prank(contract_address_const::<'ETH'>(), caller_address); //change to switch swap
// Send token to order_vault in multicall with create_order
IERC20Dispatcher {
contract_address: contract_address_const::<'ETH'>()
} //change to switch swap
IERC20Dispatcher { contract_address: contract_address_const::<'ETH'>() } //change to switch swap
.transfer(order_vault.contract_address, 1);

let balance_ETH_before = IERC20Dispatcher {
Expand Down

0 comments on commit d778d42

Please sign in to comment.