Remove empty test class

Dead, unmaintained code eventually leads to problems.
This commit is contained in:
Leandro Doctors
2025-08-26 18:04:29 +02:00
committed by Hans Mackowiak
parent 0fa7df090e
commit cf5a8508d6

View File

@@ -1,26 +0,0 @@
package forge.game.card;
import org.testng.annotations.Test;
public class CardCopyServiceTest {
@Test
public void testCopyCard() {
}
@Test
public void testCopyState() {
}
@Test
public void testCopyStats() {
}
@Test
public void testGetLKICopy() {
}
}