Fixed unit tests, server

This commit is contained in:
Anuken 2019-10-02 21:29:35 -04:00
parent ffd4297b17
commit 89db08f4ed
2 changed files with 4 additions and 7 deletions

View file

@ -45,6 +45,7 @@ public class ApplicationTests{
public void setup(){
headless = true;
net = new Net(null);
tree = new FileTree();
Vars.init();
content.createContent();