Streamline batch module, removing obsolete functions

This commit is contained in:
Claudio Ortolina
2024-11-10 14:27:25 +00:00
parent 5d5f9babe1
commit 05d1d648b1
5 changed files with 22 additions and 149 deletions
@@ -393,7 +393,7 @@ defmodule MusicLibraryWeb.RecordIndexTest do
cover_data = File.read!(marbles_cover_fixture())
expect(APIBehaviourMock, :get_cover_art, fn ^first_result_id ->
expect(APIBehaviourMock, :get_cover_art, fn {:musicbrainz_id, ^first_result_id} ->
{:ok, cover_data}
end)