Fix tests
This commit is contained in:
parent
b0b2c452bd
commit
ca1fbf9e66
4 changed files with 7 additions and 7 deletions
|
@ -21,8 +21,8 @@ describe('Deezer', function(){
|
|||
});
|
||||
|
||||
it('should find album with various artists by search', function* (){
|
||||
const result = yield deezer.search({type: 'album', artist: {name: 'Various Artists'}, name: 'The Trevor Nelson Collection 2'});
|
||||
result.name.should.equal('The Trevor Nelson Collection 2');
|
||||
const result = yield deezer.search({type: 'album', artist: {name: 'Various Artists'}, name: 'The Trevor Nelson Collection'});
|
||||
result.name.should.equal('The Trevor Nelson Collection');
|
||||
});
|
||||
|
||||
it('should find track by search', function* (){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue