Rename APIBehaviourMock -> APIMock

This commit is contained in:
Claudio Ortolina
2025-02-17 21:41:50 +00:00
parent ce5c6f1e3c
commit e218b06350
8 changed files with 37 additions and 43 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ defmodule LastFm.ConfigTest do
describe "resolve/1" do
test "reads data from application configuration" do
assert %LastFm.Config{
api: LastFm.APIBehaviourMock,
api: LastFm.APIMock,
api_key: api_key,
user: user,
auto_refresh: false,