Skip to content

Commit 38f279f

Browse files
committed
Fix test package
1 parent 3a58b3f commit 38f279f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/it/resources/simple-project/scripts/tests/APP.TEST_PKG_TEST_ME.spc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
7575
-- %test
7676
-- %displayname(Checking if procedure (NOT NULL) insert while existing)
7777
-- %rollback(manual)
78-
-- $tags(exists)
78+
-- %tags(exists)
7979
PROCEDURE TEST_PR_TEST_ME_EXISTS;
8080

8181
-- %test
8282
-- %displayname(Demonstrating the use of cursor)
8383
-- %rollback(manual)
84-
== %tags(cursor)
84+
-- %tags(cursor)
8585
PROCEDURE TEST_PR_TEST_ME_CURSOR;
8686

8787
END;

src/it/resources/tags-project/scripts/tests/APP.TEST_PKG_TEST_ME.spc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
7575
-- %test
7676
-- %displayname(Checking if procedure (NOT NULL) insert while existing)
7777
-- %rollback(manual)
78-
-- $tags(exists)
78+
-- %tags(exists)
7979
PROCEDURE TEST_PR_TEST_ME_EXISTS;
8080

8181
-- %test
8282
-- %displayname(Demonstrating the use of cursor)
8383
-- %rollback(manual)
84-
== %tags(cursor)
84+
-- %tags(cursor)
8585
PROCEDURE TEST_PR_TEST_ME_CURSOR;
8686

8787
END;

0 commit comments

Comments
 (0)