Upgrade all the things.
This commit is contained in:
parent
95e7eff734
commit
7720653aeb
12 changed files with 728 additions and 784 deletions
|
@ -22,7 +22,7 @@ describe('Deezer', function(){
|
|||
|
||||
it('should find album with various artists by search', function* (){
|
||||
const result = yield deezer.search({type: 'album', artist: {name: 'Various Artists'}, name: 'The Trevor Nelson Collection'});
|
||||
result.name.should.equal('The Trevor Nelson Collection');
|
||||
result.name.should.equal('The Trevor Nelson Collection 3');
|
||||
});
|
||||
|
||||
it('should find track by search', function* (){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue