mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Update test assertions in line with change
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user