From a649e58826f100144393680e431335347dbc2379 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 5 Jul 2026 14:03:15 +0200 Subject: [PATCH] Mark fixed test as fixed --- .../Scripts/Moves/BrickBreakTests.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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