Delete: unused test

This commit is contained in:
2026-06-12 19:15:55 +02:00
parent 3494581c0e
commit 961d7d9f70
6 changed files with 12 additions and 17 deletions
@@ -1,12 +0,0 @@
package it.polimi.ingsw.gc14;
import junit.framework.TestCase;
import org.junit.jupiter.api.Test;
public class AppTest extends TestCase {
@Test
public void testApp()
{
assertTrue(12+1==13);
}
}