mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Rename test scene to match class name
This commit is contained in:
parent
a98c6b2c1f
commit
15a4eb46c4
@ -14,7 +14,7 @@ using osuTK;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual.Gameplay
|
namespace osu.Game.Tests.Visual.Gameplay
|
||||||
{
|
{
|
||||||
public class TestSceneClicksPerSecond : OsuTestScene
|
public class TestSceneClicksPerSecondCalculator : OsuTestScene
|
||||||
{
|
{
|
||||||
private ClicksPerSecondCalculator calculator = null!;
|
private ClicksPerSecondCalculator calculator = null!;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user