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();