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

Skip to content

Commit 0556fbe

Browse files
committed
Update test
1 parent 57ee184 commit 0556fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/core/reporters/test_not_existing_block.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ create or replace package body test_not_existing_block is
106106
create_dummy_coverage_package();
107107
create_dummy_coverage_test();
108108
g_run_id := get_mock_run_id();
109-
ut3.ut_coverage_helper.mock_coverage_id(g_run_id);
109+
ut3.ut_coverage_helper.mock_coverage_id(g_run_id,ut3.ut_coverage.gc_block_coverage);
110110
mock_coverage_data(g_run_id);
111111
commit;
112112
end;

0 commit comments

Comments
 (0)