1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Fix diffcalc tests

This commit is contained in:
Dan Balasescu 2023-12-06 12:19:12 +09:00
parent 2c44ca1915
commit 40ff95d586
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{ {
public class CatchDifficultyCalculatorTest : DifficultyCalculatorTest public class CatchDifficultyCalculatorTest : DifficultyCalculatorTest
{ {
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch"; protected override string ResourceAssembly => "osu.Game.Rulesets.Catch.Tests";
[TestCase(4.0505463516206195d, 127, "diffcalc-test")] [TestCase(4.0505463516206195d, 127, "diffcalc-test")]
public void Test(double expectedStarRating, int expectedMaxCombo, string name) public void Test(double expectedStarRating, int expectedMaxCombo, string name)