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(){
|
describe('search', function(){
|
||||||
it('should find album by search', function* (){
|
it('should find album by search', function* (){
|
||||||
const result = yield itunes.search({type: 'album', artist: {name: 'Deftones'}, name: 'Deftones'});
|
const result = yield itunes.search({type: 'album', artist: {name: 'Deftones'}, name: 'White Pony'});
|
||||||
result.name.should.equal('Deftones');
|
result.name.should.equal('White Pony');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should find track by search', function* (){
|
it('should find track by search', function* (){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue