mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-2110 fixing review comments
This commit is contained in:
+1
-1
@@ -203,7 +203,7 @@ public class ShardInfoTest extends AbstractE2EFunctionalTest
|
||||
assertTrue(shardParams.contains("shard.key="), "Shard Parameters Not as expected for the Shard Method: EXPLICIT_ID");
|
||||
break;
|
||||
default:
|
||||
throw new AssertionError("Shard Method Not expected: " + model.getShardMethod() + ": " + shardParams.toString());
|
||||
throw new AssertionError("Shard Method Not expected: " + model.getShardMethod());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user