Skip to content

Commit

Permalink
apply review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 21, 2022
1 parent 792fbbc commit d51c393
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/execution/__tests__/subscribe-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,7 @@ function subscribeWithBadFn(
});
const document = parse('subscription { foo }');

return expectEqualPromisesOrValues(
subscribe({ schema, document }),
createSourceEventStream({ schema, document }),
);
return subscribeWithBadArgs({ schema, document });
}

function subscribeWithBadArgs(
Expand Down

0 comments on commit d51c393

Please sign in to comment.