Skip to content

Commit 939307d

Browse files
Copilotsfluegel05
andcommitted
Fix outdated SDF legacy URL in test_sdf_url_legacy_version
Co-authored-by: sfluegel05 <43573433+sfluegel05@users.noreply.github.com>
1 parent f519bfd commit 939307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_sdf_url_legacy_version():
3737
url = _chebi_sdf_url(230)
3838
assert (
3939
url
40-
== "https://ftp.ebi.ac.uk/pub/databases/chebi/archive/chebi_legacy/archive/rel230/ontology/chebi.obo"
40+
== "https://ftp.ebi.ac.uk/pub/databases/chebi/archive/chebi_legacy/archive/rel230/SDF/ChEBI_complete.sdf.gz"
4141
)
4242

4343

0 commit comments

Comments
 (0)