1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00

Rename test scene to match tested class

This commit is contained in:
Bartłomiej Dach 2023-08-23 12:43:53 +02:00
parent 48b3f7dced
commit 64b36a73b1
No known key found for this signature in database

View File

@ -35,7 +35,7 @@ using osuTK;
namespace osu.Game.Rulesets.Osu.Tests namespace osu.Game.Rulesets.Osu.Tests
{ {
public partial class TestSceneObjectOrderedHitPolicy : RateAdjustedBeatmapTestScene public partial class TestSceneLegacyHitPolicy : RateAdjustedBeatmapTestScene
{ {
private readonly OsuHitWindows referenceHitWindows; private readonly OsuHitWindows referenceHitWindows;
@ -46,7 +46,7 @@ namespace osu.Game.Rulesets.Osu.Tests
/// </summary> /// </summary>
private readonly string? exportLocation = null; private readonly string? exportLocation = null;
public TestSceneObjectOrderedHitPolicy() public TestSceneLegacyHitPolicy()
{ {
referenceHitWindows = new OsuHitWindows(); referenceHitWindows = new OsuHitWindows();
referenceHitWindows.SetDifficulty(0); referenceHitWindows.SetDifficulty(0);