Update tests with fixed diffcalc values

This commit is contained in:
Samuel Cattini-Schultz
2021-02-20 16:52:19 +11:00
parent 442347df8e
commit 417bb07b36
4 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Tests
public void Test(double expected, string name)
=> base.Test(expected, name);
[TestCase(5.0565038923984691d, "diffcalc-test")]
[TestCase(5.169743871843191d, "diffcalc-test")]
public void TestClockRateAdjusted(double expected, string name)
=> Test(expected, name, new CatchModDoubleTime());