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
+1 -1
View File
@@ -6,7 +6,7 @@ defmodule MusicLibrary.ArtistsTest do
describe "get_artist/1" do
test "it returns records with essential data" do
record = record_fixture()
record = record()
[expected] = record.artists
artist = Artists.get_artist!(expected.musicbrainz_id)