6667686970717273
@Test public void shouldEqualAnotherBinaryKeyWithSameSha1() { BinaryKey key2 = new BinaryKey(CONTENT_SHA1); assertThat(key2.equals(key), is(true)); assertThat(key2.compareTo(key), is(0)); } }