Skip to content

Commit b6b96db

Browse files
consideRatiomanics
andauthored
Apply suggestions from code review
Co-authored-by: Simon Li <[email protected]>
1 parent 1990c64 commit b6b96db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

binderhub/tests/test_repoproviders.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,21 +170,21 @@ async def test_hydroshare_doi():
170170
# "10.7910/DVN/TJCLKP" is a DOI associated with all versions of the
171171
# dataverse dataset, including the latest version and previous versions (v3,
172172
# v2, etc). Dataverse doesn't mint DOIs for each version of a dataset, but
173-
# that has been discussed in https://github.com/IQSS/dataverse/issues/4499,
173+
# that has been discussed in https://github.com/IQSS/dataverse/issues/4499
174174
#
175175
"spec,resolved_spec,resolved_ref,resolved_ref_url,build_slug",
176176
[
177177
[
178178
"10.7910/DVN/TJCLKP",
179179
"10.7910/DVN/TJCLKP",
180-
r"3035124.v\d+.\d+",
180+
r"3035124\.v\d+\.\d+$",
181181
"https://doi.org/10.7910/DVN/TJCLKP",
182182
"dataverse-dvn-2ftjclkp",
183183
],
184184
[
185185
"10.25346/S6/DE95RT",
186186
"10.25346/S6/DE95RT",
187-
r"20460.v\d+.\d+",
187+
r"20460\.v\d+\.\d+$",
188188
"https://doi.org/10.25346/S6/DE95RT",
189189
"dataverse-s6-2fde95rt",
190190
],

0 commit comments

Comments
 (0)