Fix unused variable warning

This commit is contained in:
Claudio Ortolina
2024-11-04 09:29:45 +00:00
parent 7e4e57f6ac
commit 43b4ee1ba3
@@ -34,7 +34,7 @@ defmodule MusicLibraryWeb.RecordIndexTest do
conn: conn,
wishlist: wishlist_records
} do
{:ok, index_live, html} = live(conn, ~p"/records")
{:ok, index_live, _html} = live(conn, ~p"/records")
for record <- wishlist_records do
refute has_element?(index_live, "#records-#{record.id}")