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
|
/// 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.
|
/// removes the screens from the user's own side.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Test,
|
[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')")]
|
|
||||||
public async Task OnBeforeMove_AllyTargetOnUserSide_RemovesScreensFromUserSide()
|
public async Task OnBeforeMove_AllyTargetOnUserSide_RemovesScreensFromUserSide()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|||||||
Reference in New Issue
Block a user