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

Skip to content

Commit 79da316

Browse files
committed
Resolving a code comments
1 parent ca227c0 commit 79da316

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/core/ut_suite_builder.pkb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,7 @@ create or replace package body ut_suite_builder is
570570

571571
a_suite.disabled_flag := ut_utils.boolean_to_int(a_annotations.by_name.exists(gc_disabled));
572572
if a_annotations.by_name.exists(gc_disabled) then
573-
l_annotation_text := trim(a_annotations.by_name(gc_disabled)(a_annotations.by_name(gc_disabled).first));
574-
a_suite.disabled_reason := l_annotation_text;
573+
a_suite.disabled_reason := a_annotations.by_name(gc_disabled)(a_annotations.by_name(gc_disabled).first);
575574
end if;
576575

577576
--process procedure annotations for suite

0 commit comments

Comments
 (0)