only fixes 2 of 3 issues with Scarabs. infect damage not triggering it still for #3402

This commit is contained in:
Derek Monturo 2017-05-20 09:47:30 -04:00
parent d174b0964d
commit 9e78f216d1
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ public class NestOfScarabsTest extends CardTestPlayerBase {
setStopAt(1, PhaseStep.BEGIN_COMBAT);
execute();
assertPermanentCount(playerA, nestScarabs, 1);
assertPermanentCount(playerA, nestScarabs, 1);
assertHandCount(playerA, blackZenith, 0);
assertLibraryCount(playerA, blackZenith, 1); // shuffles back into library
assertGraveyardCount(playerA, fugitive, 1);