Skip to content

Commit b3614a8

Browse files
committed
Change OAI-PMH test to match that everything is in default space
1 parent c4e913d commit b3614a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/controllers/oai_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class OaiControllerTest < ActionDispatch::IntegrationTest
5858
parsed = Nokogiri::XML(@response.body)
5959
titles = parsed.xpath('//dc:title', @ns).map(&:text)
6060
assert_includes titles, materials(:training_material).title
61-
refute_includes titles, materials(:plant_space_material).title
61+
assert_includes titles, materials(:plant_space_material).title
6262

6363
plant_space = spaces(:plants)
6464
with_host(plant_space.host) do

0 commit comments

Comments
 (0)