Change to correct plant names

This commit is contained in:
2023-06-25 22:03:07 +03:00
parent 8d7b91abb0
commit ca47202a87
8 changed files with 99 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ defmodule Osuuspuutarha.HarvestFixtures do
|> Enum.into(%{
amount: "120.5",
date: ~D[2023-06-07],
plant: :salad,
plant: :lettuce,
unit: :kg
})
|> Osuuspuutarha.Harvest.create_yield()