Skip to content

Commit

Permalink
chore: remove test double underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Aug 14, 2023
1 parent a4a85ce commit b4be9f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b4be9f7

Please sign in to comment.