rename test file

This commit is contained in:
Susucre 2024-05-17 13:42:03 +02:00
parent 8db7a4d307
commit 65dce362b4

View file

@ -14,9 +14,12 @@ import org.mage.test.serverside.base.CardTestMultiPlayerBase;
import java.io.FileNotFoundException;
/**
* 800.4d. If an object that would be owned by a player who has left the game would be created in any zone, it isn't created.
* If a triggered ability that would be controlled by a player who has left the game would be put onto the stack, it isn't put on the stack.
*
* @author Susucr
*/
public class DelayedTriggerLastingAfterControllerLeavesTest extends CardTestMultiPlayerBase {
public class DelayedTriggerAfterControllerLeavesTest extends CardTestMultiPlayerBase {
@Override
protected Game createNewGameAndPlayers() throws GameException, FileNotFoundException {