Skip to content

Commit c685387

Browse files
committed
chore: don't assert number of tests
Hot take: this is ~never useful, just makes the test more brittle.
1 parent 53e1ca9 commit c685387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/tests/test.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BEGIN;
55

66
CREATE EXTENSION IF NOT EXISTS pgtap;
77

8-
SELECT plan(36);
8+
SELECT no_plan();
99

1010
\ir fixtures.sql
1111
\ir database/test.sql

0 commit comments

Comments
 (0)