mirror of
https://github.com/magefree/mage.git
synced 2026-01-19 01:39:58 -08:00
fix error
This commit is contained in:
parent
b02f05c0c5
commit
8a3bc359ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1080,7 +1080,7 @@ public class ModalDoubleFacedCardsTest extends CardTestPlayerBase {
|
|||
GameView gameView = getGameView(playerA);
|
||||
PermanentView permanentView = gameView.getMyPlayer().getBattlefield().values()
|
||||
.stream()
|
||||
.filter(p -> p.hasName("Tergrid, God of Fright", currentGame))
|
||||
.filter(p -> p.getName().equals("Tergrid, God of Fright"))
|
||||
.findFirst()
|
||||
.orElse(null);
|
||||
Assert.assertNotNull(permanentView);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue