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

Skip to content

Commit be21964

Browse files
committed
fix/ORA-00907: shortening test case name
1 parent 5ab8cb9 commit be21964

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/ut3_user/expectations/test_expectations_cursor.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ create or replace package body test_expectations_cursor is
8282
ut3.ut.reset_nls;
8383
end;
8484

85-
procedure success_on_same_data_with_float
85+
procedure success_on_same_data_float
8686
as
8787
l_expected sys_refcursor;
8888
l_actual sys_refcursor;

test/ut3_user/expectations/test_expectations_cursor.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ create or replace package test_expectations_cursor is
1818
procedure success_on_same_data;
1919

2020
--%test(Gives success for identical data with floats)
21-
procedure success_on_same_data_with_float;
21+
procedure success_on_same_data_float;
2222

2323
--%test(Gives success when both cursors are empty)
2424
procedure success_on_empty;

0 commit comments

Comments
 (0)