Skip to content

Commit 327a574

Browse files
author
Jacek Gębal
committed
Fixing failing tests
1 parent 5e95b94 commit 327a574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ut3_user/api/test_ut_run.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ Failures:%
854854
l_results ut3_develop.ut_varchar2_list;
855855
begin
856856
select * bulk collect into l_random_results
857-
from table ( ut3_develop.ut.run( 'ut3_tester_helper.test_package_1', a_random_test_order_seed => 6 ) )
857+
from table ( ut3_develop.ut.run( 'ut3_tester_helper.test_package_1', a_random_test_order_seed => 123 ) )
858858
where trim(column_value) is not null and column_value not like 'Finished in %'
859859
and column_value not like '%Tests were executed with random order %';
860860

0 commit comments

Comments
 (0)