Skip to content

Commit

Permalink
found the last one :)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jul 2, 2024
1 parent 1ce4b1e commit 5ddff7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ describe('Abort Signal', () => {
});
it('stops pending stream execution for never-returning incremental delivery (@defer)', async () => {
const aResolverGotInvokedD = createDeferred<void>();
const requestGotCancelledD = createDeferred();
const requestGotCancelledD = createDeferred<void>();
let bResolverGotInvoked = false;

const schema = makeExecutableSchema({
Expand Down

0 comments on commit 5ddff7c

Please sign in to comment.