diff --git a/Plan/common/src/test/java/com/djrapitops/plan/delivery/rendering/html/structure/HtmlTableTest.java b/Plan/common/src/test/java/com/djrapitops/plan/delivery/rendering/html/structure/HtmlTableTest.java index fd69ba906..cd7979251 100644 --- a/Plan/common/src/test/java/com/djrapitops/plan/delivery/rendering/html/structure/HtmlTableTest.java +++ b/Plan/common/src/test/java/com/djrapitops/plan/delivery/rendering/html/structure/HtmlTableTest.java @@ -60,7 +60,9 @@ class HtmlTableTest { @Test void dynamicTableProducesSameHtmlAsOldCode() { // Produced by old code - String expected = "
Col 1 Col 2 Col 3
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
"; + String expected = "
" + + "" + + "
Col 1 Col 2 Col 3
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
12three
"; Icon icon = Icon.called("test").build(); Table.Factory buildingTable = Table.builder() diff --git a/Plan/common/src/test/java/utilities/mocks/TestPlatformAbstractionLayer.java b/Plan/common/src/test/java/utilities/mocks/TestPlatformAbstractionLayer.java index 26d31e3d0..fb3a26d6e 100644 --- a/Plan/common/src/test/java/utilities/mocks/TestPlatformAbstractionLayer.java +++ b/Plan/common/src/test/java/utilities/mocks/TestPlatformAbstractionLayer.java @@ -99,6 +99,6 @@ public class TestPlatformAbstractionLayer implements PlatformAbstractionLayer { @Override public DependencyLoader getDependencyLoader() { - return new DependencyLoader((URLClassLoader) getClass().getClassLoader(), getPluginLogger(), getPluginInformation()); + return new DependencyLoader((URLClassLoader) getClass().getClassLoader(), getPluginInformation()); } }