Skip to content

Commit

Permalink
self.prov_set.res_to_entity
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelo7 committed Oct 20, 2024
1 parent db8bc74 commit ea69b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oc_ocdm/test/prov/test_prov_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_creation_merged_entity(self):
a.merge(b, prefer_self=True)

result = self.prov_set.generate_provenance(self.cur_time)
print(a.res, b.res, URIRef(a.res + '/prov/se/1'), self.prov_set.get_entity(URIRef(a.res + '/prov/se/1')))
print(a.res, b.res, URIRef(a.res + '/prov/se/1'), self.prov_set.get_entity(URIRef(a.res + '/prov/se/1')), self.prov_set.res_to_entity)
se_a = self.prov_set.get_entity(URIRef(a.res + '/prov/se/1'))
self.assertIsNotNone(se_a)
self.assertIsInstance(se_a, SnapshotEntity)
Expand Down

0 comments on commit ea69b34

Please sign in to comment.