Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
get rid of conn close in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Oct 14, 2022
1 parent c07753c commit 893e491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_util/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class TestConfig extends Config<string, CallMethods, SubscriptionMethods, ErrorD
}
return undefined!;
})();
conn.close();
return `ws://127.0.0.1:${port}`;
},
{
Expand Down

0 comments on commit 893e491

Please sign in to comment.