diff --git a/spec/lib/iiif_manifest/v3/manifest_factory_spec.rb b/spec/lib/iiif_manifest/v3/manifest_factory_spec.rb index 9106a0b..4ea8a66 100644 --- a/spec/lib/iiif_manifest/v3/manifest_factory_spec.rb +++ b/spec/lib/iiif_manifest/v3/manifest_factory_spec.rb @@ -400,7 +400,7 @@ def sequence_rendering expect(result['type']).to eq 'Manifest' end it "doesn't build manifests" do - expect(result.key?('metadata')).to be false + expect(result.key?('manifest')).to be false end it 'builds items array from all the child file sets' do expect(result['items'].length).to eq 2 @@ -427,7 +427,7 @@ def sequence_rendering expect(result['type']).to eq 'Manifest' end it "doesn't build manifests" do - expect(result.key?('metadata')).to be false + expect(result.key?('manifest')).to be false end it 'builds items array from all the child file sets' do expect(result['items'].length).to eq 1