We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941eef8 commit 3ce61ceCopy full SHA for 3ce61ce
thread-specific-storage/src/test/java/com/iluwatar/threadspecificstorage/AppTest.java
@@ -27,14 +27,13 @@
27
28
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
29
import static org.junit.jupiter.api.Assertions.assertEquals;
30
-
31
import org.junit.jupiter.api.Test;
32
33
class AppTest {
34
35
@Test
36
void appStartsWithoutException() {
37
- assertDoesNotThrow(() -> App.main(new String[] {}));
+ assertDoesNotThrow(() -> App.main(new String[] {})) ;
38
}
39
40
0 commit comments