diff --git a/src/models/blockchain/type_scripts/native_currency.rs b/src/models/blockchain/type_scripts/native_currency.rs index 21d6a784..ea018754 100644 --- a/src/models/blockchain/type_scripts/native_currency.rs +++ b/src/models/blockchain/type_scripts/native_currency.rs @@ -1652,7 +1652,7 @@ pub mod test { ); } - #[proptest] + #[proptest(cases = 1)] fn assertion_failure_is_caught_gracefully() { // This test is supposed to catch wrong compilation flags causing // causing asserts not to be caught by catch_unwind.