Skip to content

Commit

Permalink
test: Remove the changelog test which is not valid anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky committed May 8, 2024
1 parent 4950222 commit 10fbd44
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 10fbd44

Please sign in to comment.