SEARCH-2110 fixing review comments

This commit is contained in:
Keerat
2020-02-28 08:56:12 +00:00
parent d50ff3f31e
commit c05e6e207f
@@ -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());
}
}
}