forked from External/mage
tests: added verify test to check miss of controlled filter in equip abilities (related to #11473);
This commit is contained in:
parent
a4c90d9b71
commit
3a92d67d10
9 changed files with 68 additions and 9 deletions
|
|
@ -182,7 +182,14 @@ public enum TargetController {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TargetController(" + controller.toString() + ')';
|
||||
return "TargetController (" + controller.toString() + ')';
|
||||
}
|
||||
|
||||
/**
|
||||
* For tests
|
||||
*/
|
||||
public TargetController getController() {
|
||||
return this.controller;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue