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

Skip to content

Commit a5e6aae

Browse files
committed
fixes to test name length
1 parent d1b4fe0 commit a5e6aae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/core/expectations/compound_data/test_expectations_cursor.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ Rows: [ 2 differences ]%
10411041
end;
10421042
end;
10431043

1044-
procedure cursor_unordered_compare_success is
1044+
procedure cursor_unorderd_compr_success is
10451045
l_actual SYS_REFCURSOR;
10461046
l_expected SYS_REFCURSOR;
10471047
begin
@@ -1098,7 +1098,7 @@ Extra: <ROW><USERNAME>test</USERNAME><USER_ID>-666</USER_ID></ROW>%]';
10981098
ut.expect(expectations.failed_expectations_data()).to_be_empty();
10991099
end;
11001100

1101-
procedure cursor_joinby_compare_twocolumns is
1101+
procedure cursor_joinby_compare_twocols is
11021102
l_actual SYS_REFCURSOR;
11031103
l_expected SYS_REFCURSOR;
11041104
begin

test/core/expectations/compound_data/test_expectations_cursor.pks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ create or replace package test_expectations_cursor is
200200
procedure exclude_col_name_implicit;
201201

202202
--%test( Compare cursors using unordered method success)
203-
procedure cursor_unordered_compare_success;
203+
procedure cursor_unorderd_compr_success;
204204

205205
--%test( Compare cursors using unordered method failure)
206206
procedure cursor_unordered_compare_fail;
@@ -209,7 +209,7 @@ create or replace package test_expectations_cursor is
209209
procedure cursor_joinby_compare;
210210

211211
--%test( Compare cursors join by composite key)
212-
procedure cursor_joinby_compare_twocolumns;
212+
procedure cursor_joinby_compare_twocols;
213213

214214
end;
215215
/

0 commit comments

Comments
 (0)