Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psychiller committed Jan 21, 2024
1 parent 7799ba3 commit 9b4b94a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flex_marketplace/tests/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ fn initialize_test(dsp: Dispatchers) -> Mocks {

dsp.fee_registry.update_royalty_info_collection(erc721, OWNER(), RECIPIENT(), 1000);

dsp.currency_manager.add_currency(erc20);

stop_prank(CheatTarget::All(()));

start_prank(CheatTarget::One(erc20), ACCOUNT1());
Expand Down

0 comments on commit 9b4b94a

Please sign in to comment.