Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15163a8 commit 1b14bb5Copy full SHA for 1b14bb5
1 file changed
test/api/test_ut_run.pkb
@@ -391,7 +391,7 @@ create or replace package body test_ut_run is
391
execute immediate 'begin :l_results := ut3$user#.test_package_1.run(:a_path); end;'
392
using out l_results, in 'test_package_1';
393
--Assert
394
- ut.expect( ut3.ut_utils.table_to_clob(l_results) ).to_be_like( '%test_package_bal%' );
+ ut.expect( ut3.ut_utils.table_to_clob(l_results) ).to_be_like( '%test_package_1%' );
395
ut.expect( ut3.ut_utils.table_to_clob(l_results) ).not_to_be_like( '%test_package_2%' );
396
ut.expect( ut3.ut_utils.table_to_clob(l_results) ).not_to_be_like( '%test_package_3%' );
397
end;
0 commit comments