File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>%"--%tag " annotation requires a tag value populated. Annotation ignored.%</WARNINGS>%'||
1287+ '%<WARNINGS>%"--%tags " 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>"--%tag " annotation requires a tag value populated. Annotation ignored, line 3</VARCHAR2></WARNINGS>%'||
1306+ '%<WARNINGS><VARCHAR2>"--%tags " annotation requires a tag value populated. Annotation ignored, line 3</VARCHAR2></WARNINGS>%'||
13071307 '%<TAGS/>%'
13081308 );
13091309
You can’t perform that action at this time.
0 commit comments