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

Skip to content

Commit 16545e5

Browse files
committed
fixed test
1 parent afa80a2 commit 16545e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ut_reporters/ut_documentation_reporter.reportTestTiming.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Finished in % seconds
3434
--act
3535
select *
3636
bulk collect into l_output_data
37-
from table(ut.run('tst_doc_reporter_timing',ut_xunit_reporter()));
37+
from table(ut.run('tst_doc_reporter_timing',ut_documentation_reporter()));
3838

3939
l_output := ut_utils.table_to_clob(l_output_data);
4040

0 commit comments

Comments
 (0)