Skip to content

Commit b8e3aba

Browse files
author
Jungkyo Jung
committed
fix typo
1 parent ef0e3d3 commit b8e3aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rtc_s1_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_workflow():
149149
os.makedirs(test_data_directory, exist_ok=True)
150150

151151
dataset_name = 's1b_los_angeles'
152-
dataset_url = ('https://zenodo.org/record/7753472/files/'
152+
dataset_url = ('https://zenodo.org/records/7753472/files/'
153153
's1b_los_angeles.tar.gz?download=1')
154154

155155
tests_dir = os.path.dirname(__file__)

0 commit comments

Comments
 (0)