Add test case.

This commit is contained in:
Gary Gregory 2021-11-15 08:30:55 -05:00
parent e151438181
commit 525b1df56b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import java.util.function.Function;
import org.junit.jupiter.api.Test;
/**
* Tests {@linkTriConsumer}.
* Tests {@link TriConsumer}.
*/
public class TriFunctionTest {