We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca933c commit 390d612Copy full SHA for 390d612
1 file changed
test/unit/ingestors/oai_pmh_test.rb
@@ -25,7 +25,7 @@ def initialize(rdf_strings, dc_strings)
25
def list_records(metadata_prefix: nil)
26
if metadata_prefix == 'rdf'
27
@rdf_response
28
- else
+ elsif metadata_prefix == 'oai_dc'
29
@dc_response
30
end
31
0 commit comments