Skip to content

Commit ab85b35

Browse files
committed
fix failing test due to whitespace diff
1 parent cdb8868 commit ab85b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/expected/function_calls.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2268,7 +2268,7 @@ begin;
22682268
(1 row)
22692269

22702270
-- With current implementation we can't distinguish between
2271-
-- when all columns of a composite type are null and when
2271+
-- when all columns of a composite type are null and when
22722272
-- the composite type itself is null. In both these cases
22732273
-- the result will be null for the top-level field.
22742274
select jsonb_pretty(graphql.resolve($$

0 commit comments

Comments
 (0)