Skip to content

Commit c11ecbb

Browse files
KnerioCopilot
andcommitted
Update spec/requests/graphql/query/recursive_query_spec.rb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dario Pranjic <96529060+Knerio@users.noreply.github.com>
1 parent d053077 commit c11ecbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/requests/graphql/query/recursive_query_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Organization -> Namespace -> Parent (Organization) -> Namespace -> Parent...
1919
nested_levels = 25
2020
nested_query = 'id name'
21-
21+
2222
nested_levels.times do
2323
nested_query = <<~NESTED
2424
id
@@ -56,7 +56,7 @@
5656

5757
context 'with reasonably nested query' do
5858
let(:query) do
59-
# A reasonable query with moderate nesting (depth ~5)
59+
# A reasonable query with moderate nesting (depth ~7-8)
6060
<<~QUERY
6161
query($organizationId: OrganizationID!) {
6262
organization(id: $organizationId) {

0 commit comments

Comments
 (0)