Skip to content

Commit 75aefac

Browse files
authored
Merge pull request #8 from ChEB-AI/copilot/fix-sdf-legacy-path-tests
Fix outdated expected URL in SDF legacy path unit test
2 parents a9bf74f + 939307d commit 75aefac

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)