This commit is contained in:
@@ -82,7 +82,7 @@ public class HiddenPowerTests
|
||||
dynamicLibrary.StaticLibrary.Returns(staticLibrary);
|
||||
|
||||
var hiddenPower = new HiddenPower();
|
||||
byte power = 0;
|
||||
ushort power = 0;
|
||||
hiddenPower.ChangeBasePower(executingMove, target, 0, ref power);
|
||||
|
||||
await Assert.That(power).IsEqualTo(test.ExpectedPower);
|
||||
|
||||
Reference in New Issue
Block a user