mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09:00
fix test failure
This commit is contained in:
parent
dfbc4dbcdf
commit
f6e39b1b5c
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public class EntersBattlefieldFromGraveyardTriggeredAbility extends TriggeredAbi
|
||||||
break;
|
break;
|
||||||
case ANY:
|
case ANY:
|
||||||
sb.append("a");
|
sb.append("a");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw new UnsupportedOperationException("TargetController " + targetController + "not supported");
|
throw new UnsupportedOperationException("TargetController " + targetController + "not supported");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue