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

Skip to content

Commit 632b64d

Browse files
committed
Fixes to PR comments
1 parent e575404 commit 632b64d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/ut3_tester/core/test_suite_builder.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ create or replace package body test_suite_builder is
12841284
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
12851285
--Assert
12861286
ut.expect(l_actual).to_be_like(
1287-
'%<WARNINGS>%&quot;--%tag&quot; annotation requires a tag value populated. Annotation ignored.%</WARNINGS>%'||
1287+
'%<WARNINGS>%&quot;--%tags&quot; annotation requires a tag value populated. Annotation ignored.%</WARNINGS>%'||
12881288
'%<TAGS/>%'
12891289
);
12901290

@@ -1303,7 +1303,7 @@ create or replace package body test_suite_builder is
13031303
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
13041304
--Assert
13051305
ut.expect(l_actual).to_be_like(
1306-
'%<WARNINGS><VARCHAR2>&quot;--%tag&quot; annotation requires a tag value populated. Annotation ignored, line 3</VARCHAR2></WARNINGS>%'||
1306+
'%<WARNINGS><VARCHAR2>&quot;--%tags&quot; annotation requires a tag value populated. Annotation ignored, line 3</VARCHAR2></WARNINGS>%'||
13071307
'%<TAGS/>%'
13081308
);
13091309

0 commit comments

Comments
 (0)