mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 07:18:45 +08:00
Fix test text
This commit is contained in:
parent
63c96d5a83
commit
d5288760a7
@ -238,7 +238,7 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
}
|
||||
|
||||
private void assertHeadJudgement(HitResult result)
|
||||
=> AddAssert($"head judged as{result}", () => judgementResults[0].Type == result);
|
||||
=> AddAssert($"head judged as {result}", () => judgementResults[0].Type == result);
|
||||
|
||||
private void assertTailJudgement(HitResult result)
|
||||
=> AddAssert($"tail judged as {result}", () => judgementResults[^2].Type == result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user