Skip to content

Commit

Permalink
Dataset IDs must be at least 5 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
fraserwatson authored Jan 27, 2025
1 parent ec0a65e commit ec6ed3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dkist/dataset/tests/test_load_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def test_asdf_regex(filename, match):
"VBI_L1_20231016T184519_AJQWW_metadata.asdf",), (0, 1, 3), id="2 other patterns & _user_tools & _metadata"),
pytest.param(("VBI_L1_20231016T184519_AJQWW.asdf",
"VISP_L1_20231016T184519_AJQWW.asdf",), (0, 1), id="Two patterns, no suffix"),
pytest.param(("VBI_L1_20231016T184519_AAA.asdf",
"VBI_L1_20231016T184519_AAA_metadata.asdf",
pytest.param(("VBI_L1_20231016T184519_AAAAA.asdf",
"VBI_L1_20231016T184519_AAAAA_metadata.asdf",
"VBI_L1_20231116T184519_BBBBBBB.asdf",
"VBI_L1_20231216T184519_CCCCCCC.asdf",
"VBI_L1_20231216T184519_CCCCCCC_user_tools.asdf"), (1, 2, 4), id="Three patterns, mixed suffixes"),
Expand Down

0 comments on commit ec6ed3d

Please sign in to comment.