Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
blainekasten committed May 13, 2020
1 parent c12d9f2 commit 58b1518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const createStore = (schema = {}) => {

const tracingContext = {
graphqlTracing: false,
parentSpan: globalTracer.startSpan(`test`),
parentSpan: globalTracer().startSpan(`test`),
}

describe(`grapqhl-runner`, () => {
Expand Down

0 comments on commit 58b1518

Please sign in to comment.