Skip to content

Commit

Permalink
fix: better test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabeler-lee-6rs committed Nov 21, 2024
1 parent 3c8629d commit 043fe2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/abstract_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3346,6 +3346,7 @@ export default function abstractTest(server, config, ports) {
serverClient.connack(connack)
})
})
teardownHelper.addServer(server2)
server2.listen(ports.PORTAND50, () => {
const client = connect({
host: 'localhost',
Expand Down

0 comments on commit 043fe2a

Please sign in to comment.