Skip to content

Commit

Permalink
subscription-test: add missing await (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 20, 2021
1 parent cffcec4 commit 1bd65a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscription/__tests__/subscribe-test.js
Expand Up @@ -716,7 +716,7 @@ describe('Subscription Publish Phase', () => {
});

payload = subscription.next();
subscription.return();
await subscription.return();

// A new email arrives!
expect(
Expand Down

0 comments on commit 1bd65a3

Please sign in to comment.