Rename record_fixture* to record*

This commit is contained in:
Claudio Ortolina
2025-01-06 14:20:36 +00:00
parent cf377f6a0c
commit ed6ef2c7ef
12 changed files with 40 additions and 40 deletions
@@ -4,7 +4,7 @@ defmodule MusicLibraryWeb.CollectionControllerTest do
import MusicLibrary.RecordsFixtures
defp create_record(_) do
%{record: record_fixture_with_artist("Steven Wilson")}
%{record: record_with_artist("Steven Wilson")}
end
defp api_token do