refactor: fix name of test class

This commit is contained in:
xenohedron 2025-04-16 20:58:38 -04:00
parent b6204cbf56
commit 0e63c0a75a

View file

@ -17,7 +17,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
* *
* @author noxx * @author noxx
*/ */
public class ExileAndReturnUnderYourControl extends CardTestPlayerBase { public class ExileAndReturnUnderYourControlTest extends CardTestPlayerBase {
@Test @Test
public void testPermanentControlEffect() { public void testPermanentControlEffect() {