mirror of
https://github.com/osukey/osukey.git
synced 2025-06-06 20:15:29 +09:00
test naming oversight
This commit is contained in:
parent
f6aef73f9e
commit
46d9262a60
@ -87,7 +87,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestShapeChange()
|
public void TestJudgementAmountChange()
|
||||||
{
|
{
|
||||||
AddRepeatStep("Add judgement", applyOneJudgement, 10);
|
AddRepeatStep("Add judgement", applyOneJudgement, 10);
|
||||||
AddStep("Judgement count change to 4", () => colourHitErrorMeter.HitShapeCount.Value = 4);
|
AddStep("Judgement count change to 4", () => colourHitErrorMeter.HitShapeCount.Value = 4);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user