fix MR comments

This commit is contained in:
bilal
2020-06-16 08:51:54 +02:00
parent 3650d6022c
commit 2238338710
5 changed files with 5 additions and 77 deletions

View File

@@ -80,8 +80,8 @@ describe MatchAppearanceReleasesJob do
MatchAppearanceReleasesJob.perform_now project, signed_ids
expect(AppearanceRelease.last.identifier).to eq mock_match.identifier
expect(AppearanceRelease.last.person_photo.attached?).to eq true
expect(AppearanceRelease.last.contract.attached?).to eq false
expect(AppearanceRelease.last.person_photo).to be_attached
expect(AppearanceRelease.last.contract).not_to be_attached
end
it "creates new incomplete appearance release if BrayniacAI returns single contract match" do