Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jan 30, 2024
1 parent e01e64b commit d2c92c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
),
Expand Down

0 comments on commit d2c92c4

Please sign in to comment.