spec/graphql/analysis/query_complexity_spec.rb in graphql-0.16.0 vs spec/graphql/analysis/query_complexity_spec.rb in graphql-0.16.1
- old
+ new
@@ -130,10 +130,10 @@
}
|}
it "gets the max among options" do
reduce_result
- assert_equal 5, complexities.last
+ assert_equal 6, complexities.last
end
end
describe "when there are no selections on any object types" do