spec/graphql/tracing/platform_tracing_spec.rb in graphql-1.8.0.pre2 vs spec/graphql/tracing/platform_tracing_spec.rb in graphql-1.8.0.pre3
- old
+ new
@@ -67,14 +67,14 @@
it "only traces traceTrue, not traceFalse or traceNil" do
schema.execute(" { tracingScalar { traceNil traceFalse traceTrue } }")
expected_trace = [
"em",
- "am",
"l",
"p",
"v",
+ "am",
"aq",
"eq",
"Q.t",
"T.t",
"eql",
@@ -96,13 +96,13 @@
it "traces traceTrue and traceNil but not traceFalse" do
schema.execute(" { tracingScalar { traceNil traceFalse traceTrue } }")
expected_trace = [
"em",
- "am",
"l",
"p",
"v",
+ "am",
"aq",
"eq",
"Q.t",
"T.t",
"T.t",