Skip to content

Commit

Permalink
remove testcase printStackTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Feb 10, 2023
1 parent f4ba974 commit 0728b45
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public void test_for_issue() throws Exception {
error = e;
}
assertNotNull(error);
error.printStackTrace();
}

@Test
Expand All @@ -32,7 +31,6 @@ public void test_for_issue_01() {
error = e;
}
assertNotNull(error);
error.printStackTrace();
}

@Test
Expand Down

0 comments on commit 0728b45

Please sign in to comment.