Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 56f8c9f

Browse files
committed
iluwatar#1842 Added documentation to AppTest
1 parent 31621f4 commit 56f8c9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

currying/src/test/java/com/iluwatar/currying/AppTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828

2929
import org.junit.jupiter.api.Test;
3030

31+
/**
32+
* Tests that the App can be run without throwing any exceptions.
33+
*/
3134
public class AppTest {
3235
@Test
3336
void executesWithoutExceptions() {

0 commit comments

Comments
 (0)