Skip to content

Commit 5043da9

Browse files
committed
wip
1 parent 5c46b93 commit 5043da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/apps/perpetuals/contracts/src/tests/performance_tests/performance_tests.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,5 +636,5 @@ fn test_performance() {
636636
assetdispatcher.migrate_risk();
637637

638638
cheat_caller_address_once(contract_address: CONTRACT_ADDRESS, caller_address: OPERATOR_ADDRESS);
639-
// dispatcher.multi_trade(operator_nonce: CURRENT_OPERATOR_NONCE, :trades);
639+
dispatcher.multi_trade(operator_nonce: CURRENT_OPERATOR_NONCE, :trades);
640640
}

0 commit comments

Comments
 (0)