Fix tests
This commit is contained in:
parent
b0b2c452bd
commit
ca1fbf9e66
4 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@ describe('Youtube', function(){
|
|||
describe('search', function(){
|
||||
it('should find album by search', function* (){
|
||||
const result = yield youtube.search({type: 'track', artist: {name: 'Aesop Rock'}, album: {name: 'Skeconsthon'}, name: 'Zero Dark Thirty'});
|
||||
result.name.should.equal('Aesop Rock - Zero Dark Thirty');
|
||||
result.name.should.equal('Aesop Rock - Zero Dark Thirty (Official Video)');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue