Skip to content

Commit

Permalink
e2e/ledger_tests: add a comment about masp test
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jun 4, 2024
1 parent b253bd3 commit 55406a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2330,6 +2330,9 @@ fn rollback() -> Result<()> {
/// 4. Assert BTC balance at VK(A) is 13
/// 5. Unshield 5 BTC from SK(B) to Bertha
/// 6. Assert BTC balance at VK(B) is 2
///
/// NOTE: We need this test to verify the correctness of the proofs generation
/// and verification process because integration tests use mocks.
#[test]
fn masp_txs_and_queries() -> Result<()> {
// Lengthen epoch to ensure that a transaction can be constructed and
Expand Down

0 comments on commit 55406a9

Please sign in to comment.