|
@@ -20,7 +20,7 @@ use token_interface::state::mint::Mint;
|
|
|
#[test_case::test_case(TOKEN_PROGRAM_ID ; "p-token")]
|
|
|
#[tokio::test]
|
|
|
async fn initialize_mint2(token_program: Pubkey) {
|
|
|
- let mut context = ProgramTest::new("token_program", TOKEN_PROGRAM_ID, None)
|
|
|
+ let context = ProgramTest::new("token_program", TOKEN_PROGRAM_ID, None)
|
|
|
.start_with_context()
|
|
|
.await;
|
|
|
|