Fix temp test

This commit is contained in:
2021-02-17 18:43:31 +01:00
parent f33db7e4e7
commit 1c191e2c17
3 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ module app {
requires javafx.fxml;
requires javafx.graphics;
requires org.fxmisc.richtext;
requires org.junit.jupiter.api;
exports app;
}