chore(test/printExport): delegate creation to DefaultValueFactory
This commit is contained in:
parent
39b2bb9d61
commit
253da0b5bc
2 changed files with 9 additions and 7 deletions
|
|
@ -54,4 +54,10 @@ public class DefaultValueFactory {
|
|||
defaultIngredient,
|
||||
"Some");
|
||||
}
|
||||
|
||||
public static VagueIngredient getDefaultVagueIngredient(String name) {
|
||||
return new VagueIngredient(
|
||||
new Ingredient(name, 0., 0., 0.),
|
||||
"Some");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue