Skip to content

Commit

Permalink
#1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 22, 2023
1 parent ed4baaa commit a1c723d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/yegor256/WeAreOnlineTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;

/**
* Test case for {@link WeAreOnline}.
*
* @since 0.1.0
*/
@ExtendWith(WeAreOnline.class)
final class WeAreOnlineTest {

@Test
Expand Down

0 comments on commit a1c723d

Please sign in to comment.