fixed a test failure

This commit is contained in:
Evan Kranzler 2021-06-02 09:11:12 -04:00
parent 37009e85bb
commit 58a297ec5c

View file

@ -20,7 +20,7 @@ public class FlipCoinEffect extends OneShotEffect {
protected Effects executingEffectsLost = new Effects();
public FlipCoinEffect() {
this(null);
this((Effect) null);
}
public FlipCoinEffect(Effect effectWon) {