mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fix test failures
This commit is contained in:
parent
0623dff1e3
commit
19bb4e7cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -50,6 +50,6 @@ public class AttachTargetToTargetEffect extends OneShotEffect {
|
||||||
if (mode.getTargets().size() != 2) {
|
if (mode.getTargets().size() != 2) {
|
||||||
throw new IllegalStateException("It must have two targets, but found " + mode.getTargets().size());
|
throw new IllegalStateException("It must have two targets, but found " + mode.getTargets().size());
|
||||||
}
|
}
|
||||||
return "attach " + mode.getTargets().get(0).getDescription() + " to " + mode.getTargets().get(0).getDescription();
|
return "attach " + mode.getTargets().get(0).getDescription() + " to " + mode.getTargets().get(1).getDescription();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue