Skip to content

Commit

Permalink
Remove _ok from assert fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Apr 26, 2023
1 parent c895110 commit fdb1186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hint_processor/builtin_hint_processor/math_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit fdb1186

Please sign in to comment.