mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
String + string concatenation can be replaced by string + char concetenation
This commit is contained in:
parent
1fa9d4a4f6
commit
f37c823aa8
4 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ public class DivergentTransformationsTest extends CardTestPlayerBase {
|
|||
addCard(Zone.LIBRARY, playerA, hGiant);
|
||||
addCard(Zone.LIBRARY, playerB, mFlunkies);
|
||||
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, dTransformations, memnite + "^" + gBears);
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, dTransformations, memnite + '^' + gBears);
|
||||
|
||||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue