Skip to content

Commit

Permalink
(yegor256#1035) org.cactoos.io.Joined: add a Ctor of Iterable<Input> …
Browse files Browse the repository at this point in the history
…(Input of bytes test)
  • Loading branch information
ilyakharlamov committed Jan 24, 2019
1 parent 8f4aa73 commit 238f6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/io/JoinedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void fromIterableInputOfBytes() throws Exception {
).stream()
).readFully(result);
new Assertion<>(
"fu",
"The merged stream does not equal to the expected sum of 2",
() -> result,
new IsEqual<>(
new HexOf(
Expand Down

0 comments on commit 238f6b3

Please sign in to comment.