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

Skip to content

Commit c0ca9d3

Browse files
committed
Fixing error in package name
1 parent d3ce10c commit c0ca9d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/core/reporters/test_not_existing_block.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create or replace package body test_coverage is
1+
create or replace package body test_not_existing_block is
22

33
g_run_id integer;
44

test/core/reporters/test_not_existing_block.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create or replace package test_coverage is
1+
create or replace package test_not_existing_block is
22

33
--%suite
44
--%suitepath(utplsql.core.reporters)

0 commit comments

Comments
 (0)