Skip to content

Commit

Permalink
correct test comment #221 to #161
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Oct 17, 2022
1 parent 846ad9f commit 5bfff98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/expected/resolve_connection_pagination_args.out
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ begin;
}
(1 row)

-- issue #221: confirm variables for first/last before/after may be present so long as
-- issue #161: confirm variables for first/last before/after may be present so long as
-- only correct pairs are passed as variables
select jsonb_pretty(
graphql.resolve($$
Expand Down
2 changes: 1 addition & 1 deletion test/sql/resolve_connection_pagination_args.sql
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ begin;
variables := '{"beforeCursor": "WzNd"}'
));

-- issue #221: confirm variables for first/last before/after may be present so long as
-- issue #161: confirm variables for first/last before/after may be present so long as
-- only correct pairs are passed as variables
select jsonb_pretty(
graphql.resolve($$
Expand Down

0 comments on commit 5bfff98

Please sign in to comment.