Fix fixture path

This commit is contained in:
Claudio Ortolina
2025-09-15 14:20:43 +03:00
parent 2ef4eb2d2e
commit b2283a3e5e
2 changed files with 1 additions and 1 deletions
@@ -2,7 +2,7 @@ defmodule MusicBrainz.Fixtures.ReleaseGroup do
@fixtures_folder Path.join([File.cwd!(), "test/support/fixtures/music_brainz"])
def release_group_search_results do
Path.join([@fixtures_folder, "release_group_search_results - marillion marbles.json"])
Path.join([@fixtures_folder, "release_group_search_results - marillion - marbles.json"])
|> File.read!()
|> JSON.decode!()
end