Skip to content

Commit

Permalink
Comment fix from #7898 (#7899)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser authored Jul 10, 2024
1 parent a5271e5 commit 33b3e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/forty-cherries-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ Object.keys(schemes).forEach((schemeName) => {
//
// (Node 18.19.0 had this change backported but it was removed again in
// 18.20.3; our tests only pin major versions so we can assume 18 means
// >= 18.20.3.) Update: Node 18.19+ had this change backported, so the
// comment from above applies to Node 18.19+ as well.
// >= 18.20.3.)
const isNode20 = !!process.version.match(/^v20\./);
expect(closed).toBe(isNode20 ? 1 : 0);
});
Expand Down

0 comments on commit 33b3e51

Please sign in to comment.