Skip to content

Commit

Permalink
remove obsolete invalid_changelog_index test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin authored and vadorovsky committed May 9, 2024
1 parent 4cd345d commit 83ad050
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test-programs/account-compression-test/tests/merkle_tree_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -970,19 +970,6 @@ async fn test_nullify_leaves() {
)
.await
.unwrap_err();
let invalid_change_log_index = 10;
nullify(
&mut context,
&merkle_tree_pubkey,
&nullifier_queue_pubkey,
&mut reference_merkle_tree,
&elements[1].1,
invalid_change_log_index,
valid_leaf_queue_index,
valid_element_index,
)
.await
.unwrap_err();
nullify(
&mut context,
&merkle_tree_pubkey,
Expand Down

0 comments on commit 83ad050

Please sign in to comment.