Fix tests
This commit is contained in:
parent
b0b2c452bd
commit
ca1fbf9e66
4 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ describe('Spotify', function(){
|
|||
describe('lookupId', function(){
|
||||
it('should find album by ID', function* (){
|
||||
const result = yield spotify.lookupId('77UW17CZFyCaRLHdHeofZu', 'album');
|
||||
result.name.should.equal('Listen');
|
||||
result.name.should.equal('Listen (Deluxe)');
|
||||
});
|
||||
|
||||
it('should find track by ID', function* (){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue