This commit is contained in:
Bas de Jong
2025-09-09 14:53:21 +02:00
parent ea2bba6f65
commit 4842f38a50
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1,4 @@
PISM, pis with maven.
PISM, pis with maven.
[![Run Checks](https://github.com/2OOP/pism_ttt/actions/workflows/checks.yaml/badge.svg)](https://github.com/2OOP/pism_ttt/actions/workflows/checks.yaml)

View File

@@ -34,4 +34,5 @@ public class ServerTest {
public void testNotNullAfterConstruction() {
Assert.assertNotNull(server);
}
}