small fixes

This commit is contained in:
Oskar Rasieński 2025-12-04 01:41:01 +01:00
commit d0a61aadd8
2 changed files with 1 additions and 2 deletions

View file

@ -107,7 +107,7 @@ public class MainCtrl implements LocaleAware {
}); });
} }
public void showFoodpal() throws IOException, InterruptedException { public void showFoodpal() {
primaryStage.setTitle("FoodPal"); primaryStage.setTitle("FoodPal");
primaryStage.setScene(foodpal); primaryStage.setScene(foodpal);
foodpalCtrl.refresh(); foodpalCtrl.refresh();

View file

@ -20,7 +20,6 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
public class MainCtrlTest { public class MainCtrlTest {
private MainCtrl sut; private MainCtrl sut;
@BeforeEach @BeforeEach