diff --git a/src/test_utils/deposit_setup.cairo b/src/test_utils/deposit_setup.cairo index d6f1b5b1..2dc2d285 100644 --- a/src/test_utils/deposit_setup.cairo +++ b/src/test_utils/deposit_setup.cairo @@ -366,7 +366,6 @@ fn deposit_setup( market ) } - fn exec_order( order_handler: ContractAddress, role_store: ContractAddress, diff --git a/tests/integration/test_short_integration.cairo b/tests/integration/test_short_integration.cairo index af32cfbe..dc8a9650 100644 --- a/tests/integration/test_short_integration.cairo +++ b/tests/integration/test_short_integration.cairo @@ -65,6 +65,7 @@ use satoru::exchange::order_handler::{ OrderHandler, IOrderHandlerDispatcher, IOrderHandlerDispatcherTrait }; use satoru::test_utils::{tests_lib::{setup, create_market, teardown}, deposit_setup::{deposit_setup, exec_order}}; + const INITIAL_TOKENS_MINTED: felt252 = 1000; #[test]