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

Skip to content

Commit 69b1e3b

Browse files
committed
Added missing "then"
1 parent a5bd952 commit 69b1e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ut_suite_manager.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ create or replace package body ut_suite_manager is
188188
and t.object_name not like 'UT\_%' escape '\') loop
189189
config_package(rec.owner, rec.object_name, l_suite, l_suite_path);
190190

191-
if l_suite_path is not null
191+
if l_suite_path is not null then
192192
l_all_suites(l_suite_path) := l_suite;
193193
end if;
194194

0 commit comments

Comments
 (0)