aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cc_oop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cc_oop.py b/tests/test_cc_oop.py
index 213d41bd..479d3b05 100644
--- a/tests/test_cc_oop.py
+++ b/tests/test_cc_oop.py
@@ -222,7 +222,7 @@ class TestCommonCriteriaOOP(TestCase):
with TemporaryDirectory() as tmp_dir:
dataset_path = Path(tmp_dir)
dset = CCDataset({}, dataset_path, "sample_dataset", "sample dataset description")
- dset.download_csv_html_resources(get_active=True, get_archived=False)
+ dset._download_csv_html_resources(get_active=True, get_archived=False)
for x in dset.active_html_tuples:
self.assertTrue(x[1].exists())