Skip to content

Commit

Permalink
#327: Eclipse cannot infer type arguments for AndTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Jul 19, 2017
1 parent 7678a34 commit d46fb6f
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 FuncOf<>(list::add, () -> true)
)
Expand Down

0 comments on commit d46fb6f

Please sign in to comment.