Skip to content

Commit

Permalink
modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 11, 2024
1 parent 5b9a500 commit ddb0579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def test_read_nested_dict_hierarchical_pattern(self):
self.assertEqual(
{"data_hierarchical": {"c": {"d": 4, "e": 5}}},
read_dict_from_hdf(
file_name=self.file_name, h5_path="/", recursive=True, pattern="*/*/*"
file_name=self.file_name, h5_path="/", recursive=True, pattern="*/c/*"
),
)
self.assertEqual(
Expand Down

0 comments on commit ddb0579

Please sign in to comment.