Fixed unit tests

This commit is contained in:
Anuken
2019-04-26 11:23:41 -04:00
parent 6e1fb71194
commit e7ad797d4e
7 changed files with 21 additions and 27 deletions

View File

@@ -122,7 +122,6 @@ public class CrashSender{
}
}
private static String parseException(Throwable e){
StringWriter sw = new StringWriter();
PrintWriter pw = new PrintWriter(sw);