Fix Deezer test with unreliable search results
This commit is contained in:
parent
23e8ee2405
commit
a74ccfa575
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ describe('Deezer', function(){
|
|||
describe('search', function(){
|
||||
it('should find album by search', function(done){
|
||||
deezer.search({type: "album", artist: {name: "David Guetta"}, name: "Listen (Deluxe)"}).then(function(result) {
|
||||
result.name.should.equal("Listen");
|
||||
result.name.should.startWith("Listen");
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue