Skip to content

Commit

Permalink
fix: test stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Oct 10, 2023
1 parent 3457c70 commit dd3fdea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public static String getCurrentMV() {
try {
fileContent = Utils.readFileContent(file, mock(Log.class));
} catch (IOException e) {
//do nothing
e.printStackTrace();
}
return fileContent;
}
Expand Down

0 comments on commit dd3fdea

Please sign in to comment.