diff --git a/staking/integration-tests/tests/initialize_pool.rs b/staking/integration-tests/tests/initialize_pool.rs index 4694b54b..7f0c7608 100644 --- a/staking/integration-tests/tests/initialize_pool.rs +++ b/staking/integration-tests/tests/initialize_pool.rs @@ -151,7 +151,7 @@ fn test_update_reward_program_authority() { let pool_config: PoolConfig = fetch_account_data(&mut svm, &pool_config_pubkey); assert!(pool_config.reward_program_authority == new_reward_program_authority); - // Trying to update the pyth token mint without the correct authority should fail + // Trying to update the reward program authority without the correct authority should fail let wrong_authority = Keypair::new(); assert_anchor_program_error!(