diff --git a/programs/simulator/tests/cases/test_swap_from_dump.rs b/programs/simulator/tests/cases/test_swap_from_dump.rs index 7881007..efe75b5 100644 --- a/programs/simulator/tests/cases/test_swap_from_dump.rs +++ b/programs/simulator/tests/cases/test_swap_from_dump.rs @@ -522,7 +522,8 @@ async fn get_balance( spl_token::ID }; - let ata_address = get_associated_token_address_with_program_id(&owner, &mint, &token_program_id); + let ata_address = + get_associated_token_address_with_program_id(&owner, &mint, &token_program_id); let Some(ata) = ctx.get_account(&ata_address) else { return Ok(0); @@ -634,10 +635,10 @@ fn setup_test_chain(clock: &Clock, dump: &ExecutionDump) -> anyhow::Result