Testing tests

This commit is contained in:
Anuken 2020-12-04 12:16:47 -05:00
parent 6583cc0b5d
commit 8b8d990852
2 changed files with 16 additions and 6 deletions

View file

@ -85,6 +85,8 @@ public class ApplicationTests{
}catch(Throwable r){
fail(r);
}
Log.info("init app");
}
@BeforeEach