make new tests

This commit is contained in:
2021-09-21 18:11:13 +02:00
parent d62b1c8380
commit fa4ef7ddd0
2 changed files with 21 additions and 1 deletions
@@ -17,7 +17,6 @@ defmodule PokemonCoutureWeb.ClothesController do
clothes_map =
clothes
|> Enum.reduce(%{}, &create_shop_map/2)
# IO.inspect(clothes_map)
render(conn, "index.html", clothes: clothes, clothes_map: clothes_map)
end