Rename application sections

This commit is contained in:
Claudio Ortolina
2024-10-13 21:58:12 +01:00
parent fd03f9450a
commit 6c9d1775d7
4 changed files with 6 additions and 7 deletions
@@ -25,7 +25,7 @@ defmodule MusicLibraryWeb.RecordIndexTest do
test "uses default params", %{conn: conn, records: records} do
{:ok, index_live, html} = live(conn, ~p"/records")
assert html =~ "Listing Records"
assert html =~ "Collection"
{present, absent} =
Enum.split_with(records, fn record ->