mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Renamed Thought-Knot Seer tests to match conventions.
This commit is contained in:
parent
72cbaaf3ab
commit
79c4798ff9
2 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ public class BlockRequirementTest extends CardTestPlayerBase {
|
|||
assertLife(playerB, 18);
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Okk is red creature that can't block unless a creature with greater power also blocks.
|
||||
*/
|
||||
@Test
|
||||
|
|
|
@ -12,7 +12,7 @@ import mage.constants.Zone;
|
|||
import org.junit.Test;
|
||||
import org.mage.test.serverside.base.CardTestPlayerBase;
|
||||
|
||||
public class ThoughtKnotSeerTests extends CardTestPlayerBase {
|
||||
public class ThoughtKnotSeerTest extends CardTestPlayerBase {
|
||||
|
||||
/**
|
||||
* Reported bug
|
Loading…
Reference in a new issue