Skip to content

Commit 33b3e51

Browse files
authored
Comment fix from #7898 (#7899)
1 parent a5271e5 commit 33b3e51

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/server/src/__tests__/plugin/drainHttpServer/stoppable.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ Object.keys(schemes).forEach((schemeName) => {
144144
//
145145
// (Node 18.19.0 had this change backported but it was removed again in
146146
// 18.20.3; our tests only pin major versions so we can assume 18 means
147-
// >= 18.20.3.) Update: Node 18.19+ had this change backported, so the
148-
// comment from above applies to Node 18.19+ as well.
147+
// >= 18.20.3.)
149148
const isNode20 = !!process.version.match(/^v20\./);
150149
expect(closed).toBe(isNode20 ? 1 : 0);
151150
});

0 commit comments

Comments
 (0)