Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jan 2, 2025
1 parent 13ef27f commit 117efa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hl/test_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def test_track_order(self):
self.assertEqual(list(grp1.attrs), list(self.titles))
dset1 = f['dset1']
self.assertEqual(list(dset1.attrs), list(self.titles))
dset2 = f['dset2']
self.assertEqual(list(dset2.attrs), list(self.titles))

def test_track_order_cfg(self):
Expand Down

0 comments on commit 117efa3

Please sign in to comment.