Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Sep 28, 2023
1 parent a212978 commit 22ee7d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void testNodeNameAndVersionForOldNode() {
ta,
attributes,
ROLES_WITH_ML,
VersionInformation.inferVersions(Version.fromString("8.7.0"))
VersionInformation.inferVersions(Version.V_8_7_0)
);
assertEquals("{_node_name2}{ML config version=8.7.0}", JobNodeSelector.nodeNameAndVersion(node));
}
Expand Down

0 comments on commit 22ee7d7

Please sign in to comment.