This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user