diff --git a/client/src/test/java/client/Ingredient/IngredientControllerTest.java b/client/src/test/java/client/Ingredient/IngredientControllerTest.java index a39613f..65dd6af 100644 --- a/client/src/test/java/client/Ingredient/IngredientControllerTest.java +++ b/client/src/test/java/client/Ingredient/IngredientControllerTest.java @@ -68,7 +68,7 @@ class IngredientControllerMockTest { // pick ingredient -> backend says not in use -> fake delete ingredient @Test - void DeleteIngredientWhenNotUsedCallsUsageThenDeleteAndClearsList() throws Exception { + void deleteIngredientWhenNotUsedCallsUsageThenDeleteAndClearsList() throws Exception { Ingredient selected = ingredientListView.getItems().get(0); ingredientListView.getSelectionModel().select(selected); @@ -91,7 +91,7 @@ class IngredientControllerMockTest { //select ingredient -> if used backend says it and show warning -> safety delete but shouldn't happen @Test - void DeleteIngredientWhenUsedShowsWarningAndDoesNotDeleteIfDialogClosed() throws Exception { + void deleteIngredientWhenUsedShowsWarningAndDoesNotDeleteIfDialogClosed() throws Exception { Ingredient selected = ingredientListView.getItems().get(1); ingredientListView.getSelectionModel().select(selected);