This commit is contained in:
@@ -126,7 +126,7 @@ public class BindTests
|
||||
effect!.OnEndTurn(target, Substitute.For<IBattle>());
|
||||
|
||||
// Assert
|
||||
await Assert.That(GetDamageAmount(target)).IsEqualTo(expectedDamage);
|
||||
await Assert.That(GetDamageAmount(target)!.Value).IsEqualTo(expectedDamage);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -193,7 +193,7 @@ public class BindTests
|
||||
effect!.OnEndTurn(target, Substitute.For<IBattle>());
|
||||
|
||||
// Assert
|
||||
await Assert.That(GetDamageAmount(target)).IsEqualTo(expectedDamage);
|
||||
await Assert.That(GetDamageAmount(target)!.Value).IsEqualTo(expectedDamage);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user