Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed May 28, 2024
1 parent d1e52f5 commit 39ac20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ public void testRescoreChainValidation() {
validationErrors.validationErrors().get(0),
equalTo(
"unable to add a rescorer with [window_size: 60] because a rescorer of type [not_combinable] "
+ "with a smaller [window_size: 50] has been added before"
+ "with a smaller [window_size: 50] has been added before"
)
);
}
Expand Down

0 comments on commit 39ac20d

Please sign in to comment.