1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 22:24:48 +08:00

test naming oversight

This commit is contained in:
Mk-56spn
2022-09-10 20:38:34 +02:00
Unverified
parent f6aef73f9e
commit 46d9262a60
@@ -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);