docs: update service stub

This commit is contained in:
Ilkka Seppälä
2025-04-15 21:24:13 +03:00
parent 9f7ce4e732
commit bc42e38938
3 changed files with 59 additions and 40 deletions
@@ -28,7 +28,7 @@ import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import org.junit.jupiter.api.Test;
public class AppTest {
class AppTest {
@Test
void shouldExecuteWithoutException() {
assertDoesNotThrow(() -> App.main(new String[] {}));