mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 18:50:06 -08:00
refactor: fix name of test class
This commit is contained in:
parent
b6204cbf56
commit
0e63c0a75a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
*
|
||||
* @author noxx
|
||||
*/
|
||||
public class ExileAndReturnUnderYourControl extends CardTestPlayerBase {
|
||||
public class ExileAndReturnUnderYourControlTest extends CardTestPlayerBase {
|
||||
|
||||
@Test
|
||||
public void testPermanentControlEffect() {
|
||||
Loading…
Add table
Add a link
Reference in a new issue