Skip to content

Commit

Permalink
Update SphereTests.cs (#4073)
Browse files Browse the repository at this point in the history
  • Loading branch information
LtRipley36706 authored Dec 21, 2023
1 parent bf423b1 commit 7eadaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ACE.Server.Tests/Physics/SphereTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void Sphere_StepSphereDown()
var checkPos = new Sphere();

var transitionState = sphere.StepSphereDown(transition, checkPos, ref disp, sphere.Radius * 2.0f);
Assert.AreEqual(transitionState, TransitionState.Adjusted);
Assert.AreEqual(transitionState, TransitionState.Collided);
}

[TestMethod]
Expand Down

0 comments on commit 7eadaa5

Please sign in to comment.