Mark fixed test as fixed
All checks were successful
Build / Build (push) Successful in 2m14s

This commit is contained in:
2026-07-05 14:03:15 +02:00
parent 166a99566f
commit a649e58826

View File

@@ -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.
/// </summary>
[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