Fixed test

This commit is contained in:
Oleg Agafonov 2020-11-25 01:45:37 +04:00
parent c2a636e2b2
commit 31fac18a9b

View file

@ -16,7 +16,7 @@ public class YouControlYourOpponentsWhileSearchingReplacementEffect extends Repl
public YouControlYourOpponentsWhileSearchingReplacementEffect() { public YouControlYourOpponentsWhileSearchingReplacementEffect() {
super(Duration.WhileOnBattlefield, Outcome.Benefit); super(Duration.WhileOnBattlefield, Outcome.Benefit);
staticText = "You control your opponents while theyre searching their libraries"; staticText = "You control your opponents while they're searching their libraries";
} }
YouControlYourOpponentsWhileSearchingReplacementEffect(final YouControlYourOpponentsWhileSearchingReplacementEffect effect) { YouControlYourOpponentsWhileSearchingReplacementEffect(final YouControlYourOpponentsWhileSearchingReplacementEffect effect) {