Skip to content

Commit 29501f3

Browse files
author
Kurt Biery
committed
Merge remote-tracking branch 'origin/develop' into kbiery/integtest_trigger_choices
2 parents d3f9b66 + 2f71cef commit 29501f3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

integtest/change_rate_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
import integrationtest.data_file_checks as data_file_checks
66
import integrationtest.log_file_checks as log_file_checks
7-
import integrationtest.basic_checks as basic_checks
87
import integrationtest.data_classes as data_classes
9-
import integrationtest.utility_functions2 as utility_functions
8+
import integrationtest.utility_functions as utility_functions
109
from integrationtest.verbosity_helper import IntegtestVerbosityLevels
1110

1211
import functools
@@ -107,7 +106,7 @@
107106

108107
def test_dunerc_success(run_dunerc, caplog):
109108
# check for run control success, problems during pytest setup, etc.
110-
basic_checks.basic_checks(run_dunerc, caplog, print_test_name=False)
109+
utility_functions.basic_checks(run_dunerc, caplog, print_test_name=False)
111110

112111

113112
def test_log_files(run_dunerc):

0 commit comments

Comments
 (0)