Skip to content

Commit

Permalink
(yegor256#1396) Add message
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jul 15, 2020
1 parent 28824d1 commit 5a7d5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/func/UncheckedBiFuncTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void rethrowsCheckedToUncheckedException() {
@Test
public void testUncheckedBiFunc() {
new Assertion<>(
"",
"Must return value",
new UncheckedBiFunc<>(
(fst, scd) -> true
).apply(1, 2),
Expand Down

0 comments on commit 5a7d5d0

Please sign in to comment.