Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Sep 19, 2024
1 parent 5d9f51d commit c89e550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/astm/tests/test_dca_vantage.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_dca_vantage_header_record(self):
self.assertEqual(record["sender"]["version"], "04.04.00.00")

# test serial number
self.assertEqual(record["sender"]["serial_number"], "S067337")
self.assertEqual(record["sender"]["serial"], "S067337")

# test processing id
self.assertEqual(record["processing_id"], "P")
Expand Down

0 comments on commit c89e550

Please sign in to comment.