Update dependencies
This commit is contained in:
parent
725c67994b
commit
254745def5
4 changed files with 865 additions and 800 deletions
|
@ -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 (){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue