Namespace Last.Fm fixtures

This commit is contained in:
Claudio Ortolina
2025-02-17 15:51:47 +00:00
parent 5a391eb549
commit d27f3ccf72
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
defmodule LastFm.ArtistTest do
use ExUnit.Case, async: true
@api_response_path Path.expand("../support/fixtures/artist.getinfo.json", __DIR__)
@api_response_path Path.expand("../support/fixtures/last_fm/artist.getinfo.json", __DIR__)
describe "from_api_response/1" do
test "returns correct data" do
+1 -1
View File
@@ -1,7 +1,7 @@
defmodule LastFm.TrackTest do
use ExUnit.Case, async: true
@api_response_path Path.expand("../support/fixtures/user.getrecenttracks.json", __DIR__)
@api_response_path Path.expand("../support/fixtures/last_fm/user.getrecenttracks.json", __DIR__)
describe "from_api_response/1" do
test "returns correct data" do