Skip to content
Snippets Groups Projects
Commit a54f8f88 authored by Valentin Rigal's avatar Valentin Rigal Committed by Valentin Rigal
Browse files

Fixup tests

parent 19122b10
No related branches found
No related tags found
No related merge requests found
......@@ -42,4 +42,4 @@ class TestESDocuments(FixtureAPITestCase):
element = self.corpus.elements.get(name='Volume 1')
element.metadatas.create(type=MetaType.Reference, name='ref.', value='123ABC')
es_document = ESElement.from_model(element)
self.assertCountEqual(es_document.reference, ['123abc'])
self.assertCountEqual(es_document.references, ['123abc'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment