Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fe2e1 commit 1c0582bCopy full SHA for 1c0582b
1 file changed
test/core/min_grant_user/test_min_grant_user.pkb
@@ -53,7 +53,7 @@ create or replace package body test_min_grant_user is
53
execute immediate 'begin ut3$user#.test_cursor_grants.run(); end;';
54
l_results := core.get_dbms_output_as_clob();
55
--Assert
56
- ut.expect( l_results ).to_be_like( '%execute join by test [.% sec]' ||
+ ut.expect( l_results ).to_be_like( '%execute join by test [% sec]' ||
57
'%1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)%' );
58
59
end;
0 commit comments