Skip to content

Commit

Permalink
✅ Adding tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Mar 12, 2019
1 parent 1ee3909 commit 3b510fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public void run() {
LOGGER.info("-------222-------------{}", count);

if (count == 10) {
System.out.println(1 / 0);
try {
System.out.println(1 / 0);
} catch (Exception e) {
LOGGER.error("Exception",e);
}
Expand Down

0 comments on commit 3b510fb

Please sign in to comment.