docs: update notification

This commit is contained in:
Ilkka Seppälä
2024-05-13 21:01:54 +03:00
parent e75fd3743e
commit d27466a542
2 changed files with 77 additions and 199 deletions
@@ -24,15 +24,12 @@
*/
package com.iluwatar;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.read.ListAppender;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import java.time.LocalDate;
import java.util.logging.Logger;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class RegisterWorkerFormTest {