diff --git a/integtest/simple_transform_test.py b/integtest/simple_transform_test.py index cd95dfb..fb0c907 100644 --- a/integtest/simple_transform_test.py +++ b/integtest/simple_transform_test.py @@ -7,8 +7,8 @@ from daqconf.assets import resolve_asset_file import integrationtest.data_file_checks as data_file_checks import integrationtest.log_file_checks as log_file_checks -import integrationtest.basic_checks as basic_checks import integrationtest.data_classes as data_classes +import integrationtest.utility_functions as utility_functions from integrationtest.verbosity_helper import IntegtestVerbosityLevels from hdf5libs import HDF5RawDataFile @@ -160,7 +160,7 @@ def test_dunerc_success(run_dunerc, caplog): # check for run control success, problems during pytest setup, etc. - basic_checks.basic_checks(run_dunerc, caplog, print_test_name=False) + utility_functions.basic_checks(run_dunerc, caplog, print_test_name=False) def test_log_files(run_dunerc):