Skip to content

Commit 5d86838

Browse files
committed
BUG: nlst_clinical was renamed to nlst_canc
1 parent e878a20 commit 5d86838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/idcindex.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ def test_clinical_index_install(self):
582582
assert i.indices_overview["clinical_index"]["installed"] is True
583583
assert len(os.listdir(i.clinical_data_dir)) > 0
584584

585-
nlst_clinical = i.get_clinical_table("nlst_clinical")
586-
assert nlst_clinical is not None
585+
nlst_canc = i.get_clinical_table("nlst_canc")
586+
assert nlst_canc is not None
587587

588588
def test_series_files_URLs(self):
589589
c = IDCClient()

0 commit comments

Comments
 (0)