Skip to content

Commit f2260f2

Browse files
Fix object_group.sql's pgTAP plan count (#32)
1 parent 38afd8b commit f2260f2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

test/expected/object_group.out

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\set ECHO none
2-
1..24
2+
1..25
33
ok 1 - Register test table 1
44
ok 2 - object_group__create(...) for group name that is too long throws error
55
ok 3 - object_group__create('object reference test group')
@@ -25,5 +25,4 @@ ok 22 - Removing group with items in it fails
2525
ok 23 - __object__remove() for col1 works
2626
ok 24 - __object__remove() for test_table_2 works
2727
ok 25 - Removing empty group works
28-
# Looks like you planned 24 tests but ran 25
2928
# TRANSACTION INTENTIONALLY LEFT OPEN!

test/sql/object_group.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SELECT plan(
3535
+1 --TODO + 2 -- __object__add
3636

3737
+3 -- object__getsert with group
38-
+3 -- Drop tests
38+
+4 -- Drop tests
3939

4040
+4 -- __object__remove
4141

0 commit comments

Comments
 (0)