From fdb1186b428ecc3c1f8e750fee3bda42131c196c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s?= Date: Wed, 26 Apr 2023 15:49:25 -0300 Subject: [PATCH] Remove _ok from assert fail test --- src/hint_processor/builtin_hint_processor/math_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hint_processor/builtin_hint_processor/math_utils.rs b/src/hint_processor/builtin_hint_processor/math_utils.rs index 7de8fcd5dd..ab958d1690 100644 --- a/src/hint_processor/builtin_hint_processor/math_utils.rs +++ b/src/hint_processor/builtin_hint_processor/math_utils.rs @@ -1954,7 +1954,7 @@ mod tests { #[test] #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)] - fn run_is_addr_bounded_assert_fail_ok() { + fn run_is_addr_bounded_assert_fail() { let hint_code = hint_code::IS_ADDR_BOUNDED; let mut vm = vm!(); let addr_bound = Felt252::one();