Renamed to force run tests.

This commit is contained in:
lieght
2025-09-10 21:58:39 +02:00
parent 217a37976e
commit 182ee6c6f0
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import java.util.concurrent.atomic.AtomicReference;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
import static org.junit.jupiter.api.Assertions.*; import static org.junit.jupiter.api.Assertions.*;
public class GlobalEventBusTest { public class TestGlobalEventBus {
// Sample event class // Sample event class
public static class TestEvent { public static class TestEvent {

View File

@@ -4,7 +4,7 @@ import org.junit.Test;
import org.toop.server.Server; import org.toop.server.Server;
import org.toop.server.backend.*; import org.toop.server.backend.*;
public class ServerTest { public class TestServerTest {
private Server server; private Server server;