Use Ecto.UUID instead of hand-rolled type

This commit is contained in:
Claudio Ortolina
2025-07-03 21:07:42 +01:00
parent d91685b646
commit 024ba38b63
3 changed files with 3 additions and 26 deletions
@@ -162,7 +162,7 @@ defmodule MusicLibraryWeb.ScrobbleRulesLiveTest do
target_musicbrainz_id: "invalid-uuid"
}
)
|> render_change() =~ "must be a valid MusicBrainz ID"
|> render_change() =~ "is invalid"
end
test "updates form labels based on rule type", %{conn: conn} do