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

Skip to content

Commit b051324

Browse files
committed
testing wildcard, there is some unexpected white space that is not appearing on local tests or other similar for expected.
1 parent b399115 commit b051324

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/ut3_user/expectations/test_expectations_cursor.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,7 +2550,7 @@ Diff:%
25502550
begin
25512551
l_exp_message :='ORA-20218: SQL exception thrown when fetching data from cursor:
25522552
ORA-01476: divisor is equal to zero
2553-
at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2561 ut3.ut.expect(l_actual).to_equal(l_expected);
2553+
at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2561 ut3.ut.expect(l_actual).to_equal(l_expected);%
25542554
Check the query and data for errors.';
25552555

25562556
open l_actual for
@@ -2575,7 +2575,7 @@ Check the query and data for errors.';
25752575

25762576
l_exp_message :='ORA-20218: SQL exception thrown when fetching data from cursor:
25772577
ORA-01476: divisor is equal to zero
2578-
at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2586 ut3.ut.expect(l_actual).to_equal(l_expected);
2578+
at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2586 ut3.ut.expect(l_actual).to_equal(l_expected);%
25792579
Check the query and data for errors.';
25802580

25812581
open l_expected for

0 commit comments

Comments
 (0)