Skip to content

Commit

Permalink
Remove unused None parameter in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Apr 2, 2024
1 parent eeb29a9 commit c81034b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/compressed-pda/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ async fn test_with_compression() {
merkle_tree_pubkey,
indexed_array_pubkey,
payer.insecure_clone(),
None,
);
let instruction_data = psp_compressed_pda::instruction::InitCompressSolPda {};
let accounts = psp_compressed_pda::accounts::InitializeCompressedSolPda {
Expand Down

0 comments on commit c81034b

Please sign in to comment.