Skip to content

Commit

Permalink
no-void
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller committed Jan 19, 2024
1 parent 9d3724a commit 2aea44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pubsub-async-iterator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ describe('GraphQL-JS asyncIterator', () => {
expect(returnSpy).toHaveBeenCalled();
});

void pubSub.publish(FIRST_EVENT, {});
pubSub.publish(FIRST_EVENT, {});

return r;
});
Expand Down

0 comments on commit 2aea44d

Please sign in to comment.