Skip to content

Commit e2fb952

Browse files
committed
more checks
1 parent 1b81fc5 commit e2fb952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/test/helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const shutdownServer = async _parseServer => {
100100
await _parseServer.handleShutdown();
101101
// Connection close events are not immediate on node 10+, so wait a bit
102102
await sleep(0);
103+
expect(openConnections.size).toBe(0);
103104
};
104105

105106
const reconfigureServer = async (changedConfiguration = {}) => {

0 commit comments

Comments
 (0)