Skip to content

Commit

Permalink
fix: adjust test unit for Java.ArithemticException/DivisionByZero
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Nov 29, 2023
1 parent 8a5b585 commit 658ae1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This error is raised when you try to perform arithmetic operations that are not
^
System.out.println(out);
}
}
```
## Steps to fix
### Avoid dividing by zero.
Expand Down

0 comments on commit 658ae1f

Please sign in to comment.