Upgrade vulnerable deps
This commit is contained in:
parent
67dd8e17bf
commit
c32b756aba
4 changed files with 328 additions and 1761 deletions
|
@ -22,7 +22,7 @@ describe('Deezer', () => {
|
|||
|
||||
it('should find album with various artists by search', async function (){
|
||||
const result = await deezer.search({type: 'album', artist: {name: 'Various Artists'}, name: 'The Trevor Nelson Collection'});
|
||||
result.name.should.equal('The Trevor Nelson Collection 3');
|
||||
result.name.should.equal('The Trevor Nelson Collection');
|
||||
});
|
||||
|
||||
it('should find track by search', async function (){
|
||||
|
|
|
@ -10,7 +10,7 @@ describe('Google Play Music', () => {
|
|||
|
||||
it('should find track by ID', async function (){
|
||||
const result = await google.lookupId('Tjosptub24g2dft37lforqnudpe', 'track');
|
||||
result.name.should.equal('Cherub Rock');
|
||||
result.name.should.equal('Cherub Rock (Remastered 2011)');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue