1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

test naming oversight

This commit is contained in:
Mk-56spn 2022-09-10 20:38:34 +02:00
parent f6aef73f9e
commit 46d9262a60

View File

@ -87,7 +87,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Test]
public void TestShapeChange()
public void TestJudgementAmountChange()
{
AddRepeatStep("Add judgement", applyOneJudgement, 10);
AddStep("Judgement count change to 4", () => colourHitErrorMeter.HitShapeCount.Value = 4);