Use release instead of year

This commit is contained in:
Claudio Ortolina
2024-10-02 14:22:22 +01:00
parent 97b04ba8a2
commit 024d95da7c
13 changed files with 44 additions and 42 deletions
@@ -33,7 +33,7 @@ defmodule MusicLibraryWeb.RecordLiveTest do
for record <- present do
assert html =~ escape(record.title)
assert html =~ to_string(record.year)
assert html =~ to_string(record.release)
for artist <- record.artists do
assert html =~ escape(artist["name"])