Skip to content

Commit 5c330e9

Browse files
committed
modify number of planned tests
1 parent 153f1d0 commit 5c330e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgtap/ordering/sloan/no_crash_test.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2020
BEGIN;
2121

2222
UPDATE edges SET cost = sign(cost), reverse_cost = sign(reverse_cost);
23-
SELECT CASE WHEN NOT min_version('4.0.0') THEN plan(1) ELSE plan(7) END;
23+
SELECT CASE WHEN NOT min_version('4.0.0') THEN plan(1) ELSE plan(4) END;
2424

2525
PREPARE edges AS
2626
SELECT id, source, target, cost, reverse_cost FROM edges;

0 commit comments

Comments
 (0)