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

Skip to content

Commit 1b14bb5

Browse files
committed
Fixing re-enabled test.
1 parent 15163a8 commit 1b14bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/api/test_ut_run.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ create or replace package body test_ut_run is
391391
execute immediate 'begin :l_results := ut3$user#.test_package_1.run(:a_path); end;'
392392
using out l_results, in 'test_package_1';
393393
--Assert
394-
ut.expect( ut3.ut_utils.table_to_clob(l_results) ).to_be_like( '%test_package_bal%' );
394+
ut.expect( ut3.ut_utils.table_to_clob(l_results) ).to_be_like( '%test_package_1%' );
395395
ut.expect( ut3.ut_utils.table_to_clob(l_results) ).not_to_be_like( '%test_package_2%' );
396396
ut.expect( ut3.ut_utils.table_to_clob(l_results) ).not_to_be_like( '%test_package_3%' );
397397
end;

0 commit comments

Comments
 (0)