Skip to content

Commit

Permalink
improve the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Jan 10, 2025
1 parent f0dd0c5 commit 9ed8641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TangoDataWriterH5Cpp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ def test_scanRecord_skipacq(self):
self.assertEqual(at.shape, ())
self.assertEqual(at.dtype, "string")
self.assertEqual(at.name, "units")
self.assertEqual(at[...], "m")
self.assertEqual(at[...], "µm")

at = cnt.attributes["nexdatas_source"]
self.assertTrue(at.is_valid)
Expand Down

0 comments on commit 9ed8641

Please sign in to comment.