test: remove exact duplicate coverage
This commit is contained in:
parent
9c6b143a03
commit
5fa9933636
7 changed files with 133 additions and 32 deletions
|
|
@ -429,16 +429,6 @@ public sealed class MotionInterpreterDoMotionFamilyTests
|
|||
// StopCompletely — 0x00527e40 @305208 (A9 verbatim quirk)
|
||||
// =========================================================================
|
||||
|
||||
[Fact]
|
||||
public void StopCompletely_NullPhysicsObj_Returns8()
|
||||
{
|
||||
var interp = new MotionInterpreter();
|
||||
|
||||
var result = interp.StopCompletely();
|
||||
|
||||
Assert.Equal(WeenieError.NoPhysicsObject, result);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void StopCompletely_ZeroesForwardSidestepTurnCommands_OnBothStates()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue