From b4be9f7e5d823c78a9bb701bacc0712c45721613 Mon Sep 17 00:00:00 2001 From: msaug Date: Sun, 13 Aug 2023 20:32:50 +0200 Subject: [PATCH] chore: remove test double underscore --- .../test_instructions/test_stop_and_arithmetic_operations.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);