Skip to content

Commit

Permalink
Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vvijayaraman committed Oct 27, 2023
1 parent fc1b130 commit e78be95
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,4 @@ void getStackTrace_whenExceptionThrown_shouldPrintStackTrace() {
Assertions.assertNotNull(result);
Assertions.assertEquals("java.lang.Exception: some exception", result.split("\n")[0]);
}










}

0 comments on commit e78be95

Please sign in to comment.