Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jul 10, 2017
2 parents 7eb4d0e + 5a8e463 commit 0156b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/func/ChainedFuncTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void withoutIterable() throws Exception {
new FilteredIterable<>(
new MappedIterable<>(
new ArrayAsIterable<>("public", "final", "class"),
new ChainedFunc<>(
new ChainedFunc<String, String, String>(
input -> input.concat("1"),
input -> input.concat("2")
)
Expand Down

0 comments on commit 0156b01

Please sign in to comment.