Fix itunes test data
This commit is contained in:
parent
fff7207903
commit
35b23a107b
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ describe('iTunes Music', function(){
|
|||
|
||||
describe('search', function(){
|
||||
it('should find album by search', function* (){
|
||||
const result = yield itunes.search({type: 'album', artist: {name: 'Deftones'}, name: 'Deftones'});
|
||||
result.name.should.equal('Deftones');
|
||||
const result = yield itunes.search({type: 'album', artist: {name: 'Deftones'}, name: 'White Pony'});
|
||||
result.name.should.equal('White Pony');
|
||||
});
|
||||
|
||||
it('should find track by search', function* (){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue