1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Rename test scene to match class name

This commit is contained in:
Dean Herbert 2022-09-08 19:20:26 +09:00
parent a98c6b2c1f
commit 15a4eb46c4

View File

@ -14,7 +14,7 @@ using osuTK;
namespace osu.Game.Tests.Visual.Gameplay
{
public class TestSceneClicksPerSecond : OsuTestScene
public class TestSceneClicksPerSecondCalculator : OsuTestScene
{
private ClicksPerSecondCalculator calculator = null!;