Skip to content

Commit b23d762

Browse files
authored
Bootstrap FMLCommonHandler for SizerTest (#139)
1 parent ae0b671 commit b23d762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/cleanroommc/modularui/SizerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class SizerTest {
1717

1818
@Test
1919
void test() {
20+
Bootstrap.perform();
2021
ModularPanel panel = panel().child(new ButtonWidget<>().center());
2122
testPanel(panel);
2223
assertArea(panel.getArea(), W / 2 - 176 / 2, H / 2 - 166 / 2, 176, 166);

0 commit comments

Comments
 (0)