Fix problem in Permanent.destroy()

This commit is contained in:
ciaccona007 2017-07-29 19:07:25 -04:00
parent 59ef1c0def
commit d484991818
3 changed files with 8 additions and 5 deletions

View file

@ -20,6 +20,7 @@ public class KalitasBloodchiefOfGhetTest extends CardTestPlayerBase {
execute();
assertPermanentCount(playerA, 5);
assertPermanentCount(playerA, "Vampire", 0);
assertPermanentCount(playerB, 0);
}
}