We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6103a8c commit cc7e83bCopy full SHA for cc7e83b
workspace/apps/perpetuals/contracts/src/tests/performance_tests/performance_tests.cairo
@@ -636,5 +636,5 @@ fn test_performance() {
636
assetdispatcher.migrate_risk();
637
638
cheat_caller_address_once(contract_address: CONTRACT_ADDRESS, caller_address: OPERATOR_ADDRESS);
639
- // dispatcher.multi_trade(operator_nonce: CURRENT_OPERATOR_NONCE, :trades);
+ dispatcher.multi_trade(operator_nonce: CURRENT_OPERATOR_NONCE, :trades);
640
}
0 commit comments