Skip to content

Commit 297d7f2

Browse files
committed
chore: wrap pgtap in transaction
1 parent 13f463a commit 297d7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migrations/tests/test.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-- Create all extensions
22
\ir extensions/test.sql
33

4-
CREATE EXTENSION IF NOT EXISTS pgtap;
5-
64
BEGIN;
75

6+
CREATE EXTENSION IF NOT EXISTS pgtap;
7+
88
SELECT plan(33);
99

1010
\ir fixtures.sql

0 commit comments

Comments
 (0)