Skip to content

Commit

Permalink
Merge pull request #3900 from AdriVanHoudt/fix-test-803
Browse files Browse the repository at this point in the history
fix(transmit test): add missing await on team.work
  • Loading branch information
hueniverse committed Jan 14, 2019
2 parents a4f9121 + e92b4f0 commit 89604b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/transmit.js
Expand Up @@ -1340,6 +1340,7 @@ describe('transmission', () => {

const res = await Wreck.request('GET', 'http://localhost:' + server.info.port);
res.on('data', (chunk) => { });
await team.work;
await server.stop();
});

Expand Down

0 comments on commit 89604b0

Please sign in to comment.