fixed a test failure

This commit is contained in:
Evan Kranzler 2021-03-31 18:40:27 -04:00
parent 1006408896
commit a1db9f34d7

View file

@ -21,7 +21,7 @@ public final class HeatedDebate extends CardImpl {
// This spell can't be countered.
this.addAbility(new SimpleStaticAbility(Zone.STACK, new CantBeCounteredSourceEffect()
.setText("This spell cant be countered. <i>(This includes by the ward ability.)</i>")
.setText("This spell can't be countered. <i>(This includes by the ward ability.)</i>")
));
// Heated Debate deals 4 damage to target creature or planeswalker.