Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Oct 2, 2023
1 parent 27e7791 commit 8244779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public void testFromString() {

for (String version : new String[] { "10.2", "7.17.2.99", "9" }) {
Exception e = expectThrows(IllegalArgumentException.class, () -> MlConfigVersion.fromString(version));
assertEquals("ML config version ["+ version + "] not valid", e.getMessage());
assertEquals("ML config version [" + version + "] not valid", e.getMessage());
}
}
}

0 comments on commit 8244779

Please sign in to comment.