We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e95b94 commit 327a574Copy full SHA for 327a574
1 file changed
test/ut3_user/api/test_ut_run.pkb
@@ -854,7 +854,7 @@ Failures:%
854
l_results ut3_develop.ut_varchar2_list;
855
begin
856
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 ) )
+ from table ( ut3_develop.ut.run( 'ut3_tester_helper.test_package_1', a_random_test_order_seed => 123 ) )
858
where trim(column_value) is not null and column_value not like 'Finished in %'
859
and column_value not like '%Tests were executed with random order %';
860
0 commit comments