@@ -130,28 +130,28 @@ create or replace package test_ut_utils is
130130
131131 --%context(interval_converter_to_strin)
132132
133- --%test(Test day to second interval passing a second)
133+ --%test(returns text representation of interval day to second for 1 second interval )
134134 procedure int_conv_ds_sec;
135135
136- --%test(Test day to second interval passing a minute)
136+ --%test(returns text representation of interval day to second for 1 minute interval)
137137 procedure int_conv_ds_minute;
138138
139- --%test(Test day to second interval passing a hour)
139+ --%test(returns text representation of interval day to second for 1 hour interval)
140140 procedure int_conv_ds_hour;
141141
142- --%test(Test day to second interval passing a day)
142+ --%test(returns text representation of interval day to second for 1 day interval)
143143 procedure int_conv_ds_day;
144144
145- --%test(Test day to second interval passing a custom date )
145+ --%test(returns text representation of interval day to second for combination interval)
146146 procedure int_conv_ds_date;
147147
148- --%test(Test year to month interval passing a hour)
148+ --%test(returns text representation of interval year to month for 1 year interval)
149149 procedure int_conv_ym_year;
150150
151- --%test(Test year to month interval passing a day)
151+ --%test(returns text representation of interval year to month for 1 month interval)
152152 procedure int_conv_ym_month;
153153
154- --%test(Test year to month interval passing a custom date )
154+ --%test(returns text representation of interval year to month for custom interval )
155155 procedure int_conv_ym_date;
156156
157157
0 commit comments