@Test
public void testExpectNonZeroHash() throws Exception {
int partitionCount = 3;
byte[] configBytes;
HashinatorLite h1;
TheHashinator h2;
configBytes = LegacyHashinator.getConfigureBytes(partitionCount);
h1 = new HashinatorLite(partitionCount);
h2 = TheHashinator.getHashinator(HashinatorType.LEGACY.hashinatorClass, configBytes, false);
testExpectNonZeroHash(h1, h2, partitionCount);