Skip to content

Commit

Permalink
fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lana-shanghai committed Dec 5, 2024
1 parent ac86eb0 commit fff15e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/onchain/src/orderbook/test_orderbook.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn setup() -> (
OrderbookABIDispatcher, ContractAddress, ERC20UpgradeableABIDispatcher, ContractAddress,
) {
// deploy an ERC20
let (erc20_strk, erc20_address) = test_utils::setup_erc20(test_address());
let (erc20_strk, erc20_address) = erc20_utils::setup_erc20(test_address());

// deploy Orderbook contract
let (orderbook, contract_address) = setup_orderbook(erc20_strk.contract_address);
Expand Down

0 comments on commit fff15e8

Please sign in to comment.