Skip to content

Commit 01d93f3

Browse files
committed
Fixed test for 12.2 improved stacktrace
1 parent ae5cd2c commit 01d93f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ut_reporters/test_xunit_reporter.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ create or replace package body test_xunit_reporter as
5656
from table(ut3.ut.run('check_xunit_reporting',ut3.ut_xunit_reporter()));
5757
l_actual := ut3.ut_utils.table_to_clob(l_results);
5858
--Assert
59-
ut.expect(l_actual).to_be_like('%at "%.CHECK_XUNIT_REPORTING", line %');
59+
ut.expect(l_actual).to_be_like('%at "%.CHECK_XUNIT_REPORTING%", line %');
6060
end;
6161

6262
procedure remove_test_package is

0 commit comments

Comments
 (0)