Renamte LastFm.Feed.all/0 to LastFm.Feed.all_tracks/0
This commit is contained in:
@@ -44,7 +44,7 @@ defmodule LastFm.FeedTest do
|
||||
|
||||
test "it returns tracks in descending order of scrobble" do
|
||||
:ok = Feed.update([@track_two, @track_one])
|
||||
assert [@track_two, @track_one] == Feed.all()
|
||||
assert [@track_two, @track_one] == Feed.all_tracks()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user