File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
solana/modules/matching-engine-testing/tests/shimful Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ impl ExecuteOrderShimAccountsOwned {
203
203
pub fn as_ref ( & self ) -> ExecuteOrderShimAccounts {
204
204
ExecuteOrderShimAccounts {
205
205
cctp_message : & self . cctp_message ,
206
- post_message_sequence : & self . post_message_sequence ,
207
- post_message_message : & self . post_message_message ,
206
+ core_bridge_emitter_sequence : & self . post_message_sequence ,
207
+ post_shim_message : & self . post_message_message ,
208
208
signer : & self . signer ,
209
209
custodian : & self . custodian ,
210
210
fast_market_order : & self . fast_market_order ,
@@ -394,9 +394,8 @@ pub async fn execute_order_shimful_test(
394
394
execute_order_shimful (
395
395
testing_context,
396
396
test_context,
397
+ current_state,
397
398
config,
398
- & execute_order_fallback_accounts,
399
- expected_error,
400
399
)
401
400
. await
402
401
}
You can’t perform that action at this time.
0 commit comments