Skip to content

Commit 9874eda

Browse files
committed
Fix broken unit tests.
1 parent 3a3d3ec commit 9874eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

colour_datasets/records/tests/test_zenodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def test__str__(self) -> None:
326326
327327
Datasets : 4
328328
Synced : 0
329-
URL : https://zenodo.org/communities/colour-science-datasets-tests
329+
URL : https://zenodo.org/communities/colour-science-datasets-tests/
330330
331331
Datasets
332332
--------

colour_datasets/records/zenodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def __str__(self) -> str:
623623
Datasets : ...
624624
Synced : ...
625625
URL : https://zenodo.org/communities/\
626-
colour-science-datasets-tests
626+
colour-science-datasets-tests/
627627
"""
628628

629629
datasets = "\n".join(

0 commit comments

Comments
 (0)