Update test assertions in line with change

This commit is contained in:
Dean Herbert
2022-10-21 22:58:10 +09:00
parent 7dc03097ff
commit bace3df4ca

View File

@ -71,9 +71,9 @@ namespace osu.Game.Tests.Editing
[TestCase(1)] [TestCase(1)]
[TestCase(2)] [TestCase(2)]
public void TestSpeedMultiplier(float multiplier) public void TestSpeedMultiplierDoesNotChangeDistanceSnap(float multiplier)
{ {
assertSnapDistance(100 * multiplier, new HitObject assertSnapDistance(100, new HitObject
{ {
DifficultyControlPoint = new DifficultyControlPoint DifficultyControlPoint = new DifficultyControlPoint
{ {