mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
code style: private static final
This commit is contained in:
parent
ef3be3987b
commit
45b54e8cc4
13 changed files with 20 additions and 22 deletions
|
|
@ -39,9 +39,9 @@ public class SquadTest extends CardTestPlayerBase {
|
|||
* Arco-Flagellant can’t block.
|
||||
* Endurant — Pay 3 life: Arco-Flagellant gains indestructible until end of turn.
|
||||
*/
|
||||
private final static String flagellant = "Arco-Flagellant";
|
||||
private static final String flagellant = "Arco-Flagellant";
|
||||
|
||||
private final static String swamp = "Swamp";
|
||||
private static final String swamp = "Swamp";
|
||||
|
||||
@Test
|
||||
public void test_Squad_NotUsed_Manual() {
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
|
|||
|
||||
public class ValkiGodOfLiesTest extends CardTestPlayerBase {
|
||||
|
||||
private final static String valki = "Valki, God of Lies";
|
||||
private final static String kraken = "Kraken Hatchling";
|
||||
private static final String valki = "Valki, God of Lies";
|
||||
private static final String kraken = "Kraken Hatchling";
|
||||
|
||||
@Test
|
||||
public void testBecomeCopyOfExiledCreatureCard() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue