Skip to content

Commit 95cb515

Browse files
committed
fix tests
1 parent 9de8ce6 commit 95cb515

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 destroyConnections = () => {
100100
for (const socket of openConnections.values()) {
101101
socket.destroy();
102102
}
103+
openConnections.clear();
103104
};
104105

105106
const shutdownServer = async _parseServer => {

0 commit comments

Comments
 (0)