From d2c92c46a3b9a793dc1b1931325cb1a71f964b34 Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Tue, 30 Jan 2024 15:43:16 +0000 Subject: [PATCH] Add comment --- .../programs/pyth-solana-receiver/tests/test_post_updates.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_chains/solana/programs/pyth-solana-receiver/tests/test_post_updates.rs b/target_chains/solana/programs/pyth-solana-receiver/tests/test_post_updates.rs index 6143e3b5fc..f8bc560825 100644 --- a/target_chains/solana/programs/pyth-solana-receiver/tests/test_post_updates.rs +++ b/target_chains/solana/programs/pyth-solana-receiver/tests/test_post_updates.rs @@ -138,7 +138,7 @@ async fn test_post_updates_wrong_encoded_vaa_owner() { .process_ix( PostUpdates::populate( poster.pubkey(), - Pubkey::new_unique(), + Pubkey::new_unique(), // Random pubkey instead of the encoded VAA address price_update_keypair.pubkey(), merkle_price_updates[0].clone(), ),