Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jul 5, 2023
1 parent 1b37770 commit 642001a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/test/integrations/undici.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ function setupTestServer() {
res.connection.end();
});

testServer.listen(18099, 'localhost');
testServer?.listen(18099, 'localhost');

return new Promise(resolve => {
testServer?.on('listening', resolve);
Expand Down

0 comments on commit 642001a

Please sign in to comment.