From 038378c7f6e0c1798bbb698cc77204644eba9a78 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Mon, 23 May 2022 14:19:03 +0200 Subject: add docs for CCDataset --- tests/test_cc_oop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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()) -- cgit v1.3.1