File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
server/src/test/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 2525import static org .hamcrest .Matchers .contains ;
2626import static org .hamcrest .Matchers .containsString ;
2727import static org .hamcrest .Matchers .endsWith ;
28- import static org .hamcrest .Matchers .equalTo ;
2928import static org .hamcrest .Matchers .greaterThan ;
3029import static org .hamcrest .Matchers .is ;
3130import static org .hamcrest .Matchers .lessThan ;
@@ -421,13 +420,4 @@ public void testMoreLikeThis() {
421420 )
422421 );
423422 }
424-
425- public void testTransportVersionsLocked () {
426- assertThat (
427- "TransportVersions.java is locked. Generate transport versions with TransportVersion.fromName "
428- + "and generateTransportVersion gradle task" ,
429- TransportVersions .DEFINED_VERSIONS .getLast ().id (),
430- equalTo (8_702_0_03 )
431- );
432- }
433423}
You can’t perform that action at this time.
0 commit comments