Fuck off, David Guetta.

This commit is contained in:
Jonathan Cremin 2015-11-22 13:02:27 +00:00
parent 1b2f2c6e41
commit 98576081d4

View file

@ -16,8 +16,8 @@ describe('Deezer', function(){
describe('search', function(){
it('should find album by search', function* (){
const result = yield deezer.search({type: 'album', artist: {name: 'David Guetta'}, name: 'Listen (Deluxe)'});
result.name.should.startWith('Listen');
const result = yield deezer.search({type: 'album', artist: {name: 'Jamie xx'}, name: 'In Colour'});
result.name.should.startWith('In Colour');
});
it('should find track by search', function* (){