Make stats formats and types counters sync

This commit is contained in:
Claudio Ortolina
2026-05-27 23:45:29 +03:00
parent aeca27d83d
commit dd24258f33
2 changed files with 6 additions and 26 deletions
@@ -36,7 +36,6 @@ defmodule MusicLibraryWeb.StatsLive.IndexTest do
conn
|> visit("/")
|> assert_has("dd", collection |> length() |> Integer.to_string())
|> render_async()
collection
|> Enum.frequencies_by(& &1.format)