Fuck off, David Guetta.
This commit is contained in:
parent
1b2f2c6e41
commit
98576081d4
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ describe('Deezer', function(){
|
||||||
|
|
||||||
describe('search', function(){
|
describe('search', function(){
|
||||||
it('should find album by search', function* (){
|
it('should find album by search', function* (){
|
||||||
const result = yield deezer.search({type: 'album', artist: {name: 'David Guetta'}, name: 'Listen (Deluxe)'});
|
const result = yield deezer.search({type: 'album', artist: {name: 'Jamie xx'}, name: 'In Colour'});
|
||||||
result.name.should.startWith('Listen');
|
result.name.should.startWith('In Colour');
|
||||||
});
|
});
|
||||||
|
|
||||||
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