Style cleanup
This commit is contained in:
@@ -23,7 +23,7 @@ public class AcrobaticsTests
|
||||
// Assert
|
||||
await Assert.That(basePower).IsEqualTo((byte)20);
|
||||
}
|
||||
|
||||
|
||||
[Test]
|
||||
public async Task ChangeBasePower_UserHoldingItem_BasePowerUnchanged()
|
||||
{
|
||||
@@ -59,5 +59,4 @@ public class AcrobaticsTests
|
||||
// Assert
|
||||
await Assert.That(basePower).IsEqualTo(byte.MaxValue);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user