Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Dec 26, 2017
2 parents d5d59d2 + 1d600ba commit e36349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/collection/FilteredTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class FilteredTest {
public void behavesAsCollection() throws Exception {
MatcherAssert.assertThat(
"Can't behave as a collection",
new Filtered<>(i -> i < 2, 1, 2, 0, -1),
new Filtered<Integer>(i -> i < 2, 1, 2, 0, -1),
new BehavesAsCollection<>(-1)
);
}
Expand Down

0 comments on commit e36349a

Please sign in to comment.