Skip to content

Commit

Permalink
node 20 test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Jul 24, 2023
1 parent c2ea69b commit 106fc66
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -204,7 +204,6 @@ Object.keys(schemes).forEach((schemeName) => {
request(`${schemeName}://localhost:${p}`).agent(scheme.agent()),
);
expect(err.code).toMatch(/ECONNREFUSED/);

expect(closed).toBe(1);
expect(gracefully).toBe(true);
});
Expand Down

0 comments on commit 106fc66

Please sign in to comment.