Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Nov 15, 2023
1 parent 7d8bde5 commit 1d64e5b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ public void testUpgradesMissingVersion() {
assertThat(
illegalStateException.getMessage(),
startsWith(
"cannot upgrade a node using index version [" + IndexVersions.ZERO + "] directly to version [" + Build.current().version() + "]"
"cannot upgrade a node using index version ["
+ IndexVersions.ZERO
+ "] directly to version ["
+ Build.current().version()
+ "]"
)
);
}
Expand Down

0 comments on commit 1d64e5b

Please sign in to comment.