We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e878a20 commit 5d86838Copy full SHA for 5d86838
tests/idcindex.py
@@ -582,8 +582,8 @@ def test_clinical_index_install(self):
582
assert i.indices_overview["clinical_index"]["installed"] is True
583
assert len(os.listdir(i.clinical_data_dir)) > 0
584
585
- nlst_clinical = i.get_clinical_table("nlst_clinical")
586
- assert nlst_clinical is not None
+ nlst_canc = i.get_clinical_table("nlst_canc")
+ assert nlst_canc is not None
587
588
def test_series_files_URLs(self):
589
c = IDCClient()
0 commit comments