diff --git a/Plugins/PkmnLib.Plugin.Gen7.Tests/Scripts/Moves/BrickBreakTests.cs b/Plugins/PkmnLib.Plugin.Gen7.Tests/Scripts/Moves/BrickBreakTests.cs index 2991028..2536d26 100644 --- a/Plugins/PkmnLib.Plugin.Gen7.Tests/Scripts/Moves/BrickBreakTests.cs +++ b/Plugins/PkmnLib.Plugin.Gen7.Tests/Scripts/Moves/BrickBreakTests.cs @@ -110,10 +110,7 @@ public class BrickBreakTests /// side of the field, even if the target is an ally." An ally shares the user's side, so targeting an ally /// removes the screens from the user's own side. /// - [Test, - TestFailing("BrickBreak.OnBeforeMove excludes the user's own side unconditionally, so targeting an " + - "ally removes nothing (Bulbapedia: 'removes Light Screen and Reflect from the target's " + - "side of the field, even if the target is an ally')")] + [Test] public async Task OnBeforeMove_AllyTargetOnUserSide_RemovesScreensFromUserSide() { // Arrange