diff --git a/tests/search/parent_child/imported_fields_in_selections.rb b/tests/search/parent_child/imported_fields_in_selections.rb index bf49b01f4..89a424a79 100644 --- a/tests/search/parent_child/imported_fields_in_selections.rb +++ b/tests/search/parent_child/imported_fields_in_selections.rb @@ -293,7 +293,7 @@ def test_imported_fields_can_be_used_in_batch_remove_selections assert_equal([], enumerate_docs_matching(remove_cond)) # Nothing else should be removed...! assert_equal(['id:test:child::1', 'id:test:child::2', 'id:test:child::5'], - enumerate_docs_matching("not (#{remove_cond}")) + enumerate_docs_matching("not (#{remove_cond})")) end end