Rename APIBehaviourMock -> APIMock
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user