* Uba Mask - Fixed some problems.

This commit is contained in:
ludwig.hirth 2017-01-03 17:18:34 +01:00
parent 642909ff04
commit aa375c687c
2 changed files with 67 additions and 21 deletions

View file

@ -191,7 +191,7 @@ public class CascadeTest extends CardTestPlayerBase {
assertPermanentCount(playerA, "Enlisted Wurm", 1);
assertLife(playerA, 15);
assertHandCount(playerA, 5);
assertPermanentCount(playerA, "Demon", 1);
assertPermanentCount(playerA, "Demon", 0);
}
}