Skip to content

Commit

Permalink
Change random test value
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Oct 17, 2023
1 parent a2710f1 commit fdd468c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private static NodeInfo createNodeInfo() {
randomAlphaOfLengthBetween(3, 10),
randomAlphaOfLengthBetween(3, 10),
randomAlphaOfLengthBetween(3, 10),
randomAlphaOfLengthBetween(3, 10),
randomAlphaOfLengthBetween(6, 32),
"1.8",
isStable ? null : randomAlphaOfLengthBetween(3, 10),
isStable || hasModuleName == false ? null : randomAlphaOfLengthBetween(3, 10),
Expand Down

0 comments on commit fdd468c

Please sign in to comment.