Upgrade all the things.

This commit is contained in:
Jonathan Cremin 2018-04-28 17:55:02 +01:00
parent 95e7eff734
commit 7720653aeb
12 changed files with 728 additions and 784 deletions

View file

@ -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* (){