David Guetta renamed his dumb album.

This commit is contained in:
Jonathan Cremin 2016-01-09 12:27:28 +00:00
parent f638a83622
commit c8cc8ef9a4
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ describe('Google Play Music', function(){
describe('lookupId', function(){
it('should find album by ID', function* (){
const result = yield google.lookupId('Byp6lvzimyf74wxi5634ul4tgam', 'album');
result.name.should.equal('Listen (Deluxe)');
result.name.should.equal('Listen');
});
it('should find track by ID', function* (){

View file

@ -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 (Deluxe)');
result.name.should.equal('Listen');
});
it('should find track by ID', function* (){