Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 28, 2017
2 parents d4e4894 + 665cc4d commit 41a598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/func/AndTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void iteratesList() {
MatcherAssert.assertThat(
"Can't iterate a list with a procedure",
new And(
new MappedIterable<>(
new MappedIterable<String, Scalar<Boolean>>(
new ArrayAsIterable<>("hello", "world"),
new ProcAsFunc<>(list::add, () -> true)
)
Expand Down

0 comments on commit 41a598e

Please sign in to comment.