Skip to content

Instantly share code, notes, and snippets.

@nick318
Created February 6, 2018 19:38
Show Gist options
  • Save nick318/525eeacb3a0f1a4874ec3a306fdb312a to your computer and use it in GitHub Desktop.
Save nick318/525eeacb3a0f1a4874ec3a306fdb312a to your computer and use it in GitHub Desktop.
@Test
public void doubleCall() throws IOException {
Md5DigestOf md5DigestOf = new Md5DigestOf(
new InputOf(
new ResourceOf(
"org/cactoos/io/DigestEnvelope.class"
).stream()
)
);
md5DigestOf.asBytes();
md5DigestOf.asBytes();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment