Update dependencies

This commit is contained in:
Jonathan Cremin 2019-06-08 07:18:28 -07:00
parent 725c67994b
commit 254745def5
4 changed files with 865 additions and 800 deletions

View file

@ -23,7 +23,7 @@ describe('iTunes Music', function(){
it('should find awkward album by search', async function (){
const result = await itunes.search({type: 'album', artist: {name: 'Anavitória'}, name: 'Fica'});
result.name.should.equal('Fica (feat. Matheus & Kauan) - Single');
result.name.should.equal('Fica AnaVitoria - Single');
});
it('should find track by search', async function (){