fix specs

This commit is contained in:
Bilal
2020-07-27 15:25:38 +02:00
parent 4ee83e29d9
commit bd8e9e421d
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ RSpec.describe Api::SyncController, type: :controller do
expect(appearance_releases.first).to include('guardian_photo')
expect(talent_releases.first).to include('guardian_photo')
expect(location_releases.first).not_to include('guardian_photo')
expect(material_releases.first).not_to include('guardian_photo')
expect(material_releases.first).to include('guardian_photo')
end
it 'guardian photo has same format as other photos' do