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

Skip to content

Commit 1c0582b

Browse files
committed
Update test time exec
1 parent 29fe2e1 commit 1c0582b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/core/min_grant_user/test_min_grant_user.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ create or replace package body test_min_grant_user is
5353
execute immediate 'begin ut3$user#.test_cursor_grants.run(); end;';
5454
l_results := core.get_dbms_output_as_clob();
5555
--Assert
56-
ut.expect( l_results ).to_be_like( '%execute join by test [.% sec]' ||
56+
ut.expect( l_results ).to_be_like( '%execute join by test [% sec]' ||
5757
'%1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)%' );
5858

5959
end;

0 commit comments

Comments
 (0)