SEARCH-2110 fixing review comments

This commit is contained in:
Keerat
2020-02-28 08:52:51 +00:00
parent fb01193a29
commit d50ff3f31e
@@ -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 Parameters Not as expected for the Shard Method: " + model.getShardMethod() + ": " + shardParams.toString());
throw new AssertionError("Shard Method Not expected: " + model.getShardMethod() + ": " + shardParams.toString());
}
}
}