1
0
Fork 0

Fixed failing spec

This commit is contained in:
Sander Nieuwenhuizen 2012-09-05 21:15:59 +02:00
parent 12d31c63c2
commit 88c4128d82
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe MusicBrainz::Artist do
it "finds name first than alias" do
matches = MusicBrainz::Artist.search('Chris Martin')
matches.length.should be > 0
matches.first[:mbid].should == "af2ab893-3212-4226-9e73-73a1660b6952"
matches.first[:mbid].should == "98d1ec5a-dd97-4c0b-9c83-7928aac89bca"
end
it "gets correct result by name" do