mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Remove empty test class
Dead, unmaintained code eventually leads to problems.
This commit is contained in:
committed by
Hans Mackowiak
parent
0fa7df090e
commit
cf5a8508d6
@@ -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() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user