Skip to content

Commit

Permalink
use correct executeSync (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Dec 2, 2021
1 parent b9feee7 commit d5bb5e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/execution/__tests__/subscribe-test.ts
Expand Up @@ -2,7 +2,6 @@ import { expect } from 'chai';
import { describe, it } from 'mocha';

import {
executeSync,
GraphQLBoolean,
GraphQLInt,
GraphQLList,
Expand All @@ -19,7 +18,7 @@ import { resolveOnNextTick } from '../../__testUtils__/resolveOnNextTick';
import { invariant } from '../../jsutils/invariant';
import { isAsyncIterable } from '../../jsutils/isAsyncIterable';

import { execute } from '../execute';
import { execute, executeSync } from '../execute';
import { createSourceEventStream } from '../createSourceEventStream';

import { SimplePubSub } from './simplePubSub';
Expand Down

0 comments on commit d5bb5e4

Please sign in to comment.