mirror of https://github.com/apache/lucene.git
SOLR-13440: fix precommit failures
This commit is contained in:
parent
bf8c6ea435
commit
7ef5d5fe5f
|
@ -178,8 +178,6 @@ public class SimSolrCloudTestCase extends SolrTestCaseJ4 {
|
|||
|
||||
/**
|
||||
* Compare two ClusterState-s, filtering out simulation framework artifacts.
|
||||
* @param one
|
||||
* @param two
|
||||
*/
|
||||
public static void assertClusterStateEquals(ClusterState one, ClusterState two) {
|
||||
assertEquals(one.getLiveNodes(), two.getLiveNodes());
|
||||
|
|
Loading…
Reference in New Issue