Skip to content

Commit

Permalink
metadata['id'] is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Sep 27, 2023
1 parent 1a9b376 commit e121c92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/physical_document_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def test_set_derived_id(self):
parent.id = 'parent_doc'
self.doc.set_derived_id(parent.id)
self.assertEqual('parent_doc-physical_structure_doc-0-0-10-10', self.doc.id)
self.assertEqual(self.doc.id, self.doc.metadata['id'])

def test_json(self):
expected_json = {
Expand Down

0 comments on commit e121c92

Please sign in to comment.