mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 23:50:29 +08:00
Replace precision check with absolute equality assert
This commit is contained in:
@@ -37,7 +37,7 @@ namespace osu.Game.Tests.NonVisual.Ranking
|
||||
|
||||
var unstableRate = new UnstableRate(events);
|
||||
|
||||
Assert.IsTrue(Precision.AlmostEquals(0, unstableRate.Value));
|
||||
Assert.AreEqual(0, unstableRate.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user