Skip to content

Commit

Permalink
Merge branch 'main' into feat/signature-checker-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
etherhood authored Jan 21, 2024
2 parents c42a6c8 + 42111a6 commit 7799ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flex_marketplace/tests/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ fn initialize_test(dsp: Dispatchers) -> Mocks {
IERC20Dispatcher { contract_address: erc20 }.transfer(account, (1000 * E18).into());

dsp.execution_manager.add_strategy(strategy);
dsp.currency_manager.add_currency(erc20);

dsp
.transfer_selector
Expand Down

0 comments on commit 7799ba3

Please sign in to comment.