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

Skip to content

Commit 3428fa8

Browse files
committed
Update error lines
1 parent 0025dd9 commit 3428fa8

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
@@ -2552,7 +2552,7 @@ Diff:%
25522552
begin
25532553
l_exp_message :='ORA-20218: SQL exception thrown when fetching data from cursor:
25542554
ORA-01722: invalid number
2555-
at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2542 ut3.ut.expect(l_actual).to_equal(l_expected);
2555+
at "UT3$USER#.TEST_EXPECTATIONS_CURSOR%", line 2564 ut3.ut.expect(l_actual).to_equal(l_expected);
25562556
Check the query and data for errors.';
25572557

25582558
open l_actual for
@@ -2578,7 +2578,7 @@ Check the query and data for errors.';
25782578

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

25842584
open l_expected for

0 commit comments

Comments
 (0)