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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixing name that was too long for the test before 12.2
  • Loading branch information
jgebal committed Oct 18, 2022
commit 82707159ee485915c55506d608d0e6143bf99247
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ create or replace package body test_html_coverage_reporter is
--%suite

--%test
procedure crashing_ut_coverage_html_reporter;
procedure fail_ut_coverage_html_reporter;
end;]';

execute immediate q'[
create or replace package body test_f is
procedure crashing_ut_coverage_html_reporter is
procedure fail_ut_coverage_html_reporter is
begin
ut3_develop.ut.expect(f()).to_be_greater_or_equal(1);
end;
Expand Down