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

Skip to content

Commit 563c0fc

Browse files
committed
try again
1 parent 233e2b1 commit 563c0fc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/RunAll.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ create table ut$test_table (val varchar2(1));
1919
@@helpers/test_package_1.pck
2020
@@helpers/test_package_2.pck
2121

22+
select object_name
23+
from user_objects t
24+
where t.object_type = 'PACKAGE'
25+
and t.object_name like 'TEST%';
26+
2227

2328
--Tests to invoke
2429

0 commit comments

Comments
 (0)