Skip to content

Commit

Permalink
Merge branch 'main' into refactor/execution
Browse files Browse the repository at this point in the history
  • Loading branch information
sparqet authored Jul 26, 2024
2 parents 9b3af8a + a2fb657 commit 61df2a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/test_utils/deposit_setup.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ fn deposit_setup(
market
)
}

fn exec_order(
order_handler: ContractAddress,
role_store: ContractAddress,
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_short_integration.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 61df2a7

Please sign in to comment.