Rename RecordsFixtures -> Fixtures.Records

This commit is contained in:
Claudio Ortolina
2025-02-17 16:05:01 +00:00
parent ea7b5b646a
commit 513ce6363f
17 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
defmodule MusicLibrary.Records.CoverTest do
use ExUnit.Case, async: true
import MusicLibrary.RecordsFixtures
import MusicLibrary.Fixtures.Records
describe "resize/1" do
test "it resizes to the desired size" do