Consolidate handling of artist joinphrases

This commit is contained in:
Claudio Ortolina
2026-03-19 15:09:34 +00:00
parent 7d55dfd9ae
commit 715a1e1f69
4 changed files with 9 additions and 11 deletions
@@ -171,8 +171,7 @@ defmodule MusicLibrary.Records.SimilarityTest do
text = Similarity.text_representation(record)
# Record.artist_names joins with ", " not with joinphrase
assert text =~ "Artists: Artist One, Artist Two"
assert text =~ "Artists: Artist One & Artist Two"
end
end