David Guetta renamed his dumb album.
This commit is contained in:
parent
f638a83622
commit
c8cc8ef9a4
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ describe('Google Play Music', function(){
|
||||||
describe('lookupId', function(){
|
describe('lookupId', function(){
|
||||||
it('should find album by ID', function* (){
|
it('should find album by ID', function* (){
|
||||||
const result = yield google.lookupId('Byp6lvzimyf74wxi5634ul4tgam', 'album');
|
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* (){
|
it('should find track by ID', function* (){
|
||||||
|
|
|
@ -5,7 +5,7 @@ describe('Spotify', function(){
|
||||||
describe('lookupId', function(){
|
describe('lookupId', function(){
|
||||||
it('should find album by ID', function* (){
|
it('should find album by ID', function* (){
|
||||||
const result = yield spotify.lookupId('77UW17CZFyCaRLHdHeofZu', 'album');
|
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* (){
|
it('should find track by ID', function* (){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue