From de591bb5a46859a454b2f45452ff547fffca8381 Mon Sep 17 00:00:00 2001 From: Ava Howell Date: Fri, 23 Feb 2024 18:03:50 -0800 Subject: [PATCH] add some docstring to the invalid_dummy_spend test --- crates/core/app/tests/spend.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/core/app/tests/spend.rs b/crates/core/app/tests/spend.rs index 33474de19b..0b368a94e8 100644 --- a/crates/core/app/tests/spend.rs +++ b/crates/core/app/tests/spend.rs @@ -92,6 +92,7 @@ async fn spend_happy_path() -> anyhow::Result<()> { } // PoC for issue surfaced in zellic audit: https://github.com/penumbra-zone/penumbra/issues/3859 +// test that 0-value spends with invalid proofs are not accepted #[tokio::test] #[cfg_attr( debug_assertions,