diff --git a/src/tests/test_instructions/test_stop_and_arithmetic_operations.cairo b/src/tests/test_instructions/test_stop_and_arithmetic_operations.cairo index 44e808cf0..9f58dfb85 100644 --- a/src/tests/test_instructions/test_stop_and_arithmetic_operations.cairo +++ b/src/tests/test_instructions/test_stop_and_arithmetic_operations.cairo @@ -202,7 +202,7 @@ fn test__exec_addmod_overflow() { #[test] #[available_gas(20000000)] -fn test__exec_sdiv_pos() { +fn test_exec_sdiv_pos() { // Given let mut ctx = setup_execution_context(); ctx.stack.push(5);