Skip to content

Commit

Permalink
reduced codecov diff
Browse files Browse the repository at this point in the history
  • Loading branch information
deichmab-draeger committed Feb 10, 2025
1 parent b3566bd commit 160ed63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_entity_client_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def test_description_modification(self):

with self.sdc_provider.mdib.descriptor_transaction() as mgr:
mgr.write_entity(patient_entity)
tmp = mgr.transaction_entity(patient_entity.handle) # call for code cov.
mgr.transaction_entity(patient_entity.handle) # call for code cov.
coll.result(timeout=NOTIFICATION_TIMEOUT)
entity = consumer_mdib.entities.by_handle(patient_entity.handle)
# now DescriptorVersion shall be incremented
Expand Down

0 comments on commit 160ed63

Please sign in to comment.