Index: suite_leahi/tst_trends_and_screensaver/test.py =================================================================== diff -u -r5a26db0d36200dceb1667403c90d4c901f1a5a6b -r007a790746afcd2d530df02b48089aa4af9053b2 --- suite_leahi/tst_trends_and_screensaver/test.py (.../test.py) (revision 5a26db0d36200dceb1667403c90d4c901f1a5a6b) +++ suite_leahi/tst_trends_and_screensaver/test.py (.../test.py) (revision 007a790746afcd2d530df02b48089aa4af9053b2) @@ -261,7 +261,7 @@ trends_data(0.01, 0.01, 0, 0, 0, 0, 0, 0, 0.0, 0) td_simulator.td_vitals(0, 0, 0) test.startSection("Verification of Trends Data at Minimum Values") - verify_trends_data_column_wise(0, 0, 0, 0.01, 0.01, 0, 0, 0, 0, 0, 0, 0.0, 0) + verify_trends_data_column_wise() test.endSection() td_simulator.td_operation_mode(TDOpModes.MODE_POST.value) @@ -336,3 +336,4 @@ ) test.endSection() + utils.tstDone()