From 3b13b4b383cfd2a0f1bde6f05cc2fee8d82c00cf Mon Sep 17 00:00:00 2001 From: keyvan Date: Tue, 3 Sep 2024 13:04:32 -0700 Subject: [PATCH] fix: typo --- staking/integration-tests/tests/initialize_pool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!(