Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fcff0e

Browse files
committed
fixed test
1 parent 6efe324 commit 6fcff0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ut_reporters/ut_documentation_reporter.reportMultipleWarnings.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ begin
3939
--act
4040
select *
4141
bulk collect into l_output_data
42-
from table(ut.run(ut_varchar2_list('tst_documrep_mult_warn','tst_documrep_mult_warn2'),ut_xunit_reporter()));
42+
from table(ut.run(ut_varchar2_list('tst_documrep_mult_warn','tst_documrep_mult_warn2'),ut_documentation_reporter()));
4343

4444
l_output := ut_utils.table_to_clob(l_output_data);
4545

0 commit comments

Comments
 (0)