diff --git a/app/src/test/java/de/psekochbuch/exzellenzkoch/domainlayer/domainentities/PrivateRecipeTest.kt b/app/src/test/java/de/psekochbuch/exzellenzkoch/domainlayer/domainentities/PrivateRecipeTest.kt index 6fc9e066..e4a65b67 100644 --- a/app/src/test/java/de/psekochbuch/exzellenzkoch/domainlayer/domainentities/PrivateRecipeTest.kt +++ b/app/src/test/java/de/psekochbuch/exzellenzkoch/domainlayer/domainentities/PrivateRecipeTest.kt @@ -20,7 +20,7 @@ class PrivateRecipeTest{ assertEquals(con.ingredientChapter.last().chapter,"kapitel2") val ingredient = con.ingredientChapter.last().ingredients.last() - assertEquals(ingredient.unit, Unit.Gramm) + assertEquals(ingredient.unit, "gramm") assertEquals(ingredient.ingredient,"Frischkäse") } } \ No newline at end of file