Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvankhademi committed Sep 3, 2024
1 parent 97f40a8 commit 3b13b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/integration-tests/tests/initialize_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
Expand Down

0 comments on commit 3b13b4b

Please sign in to comment.