mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Apply some second-pass inspections that appeared after previous changes
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
{
|
||||
base.SetUpSteps();
|
||||
|
||||
string[] expectedSampleNames = new[]
|
||||
string[] expectedSampleNames =
|
||||
{
|
||||
string.Empty,
|
||||
string.Empty,
|
||||
@ -31,6 +31,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
HitSampleInfo.HIT_WHISTLE,
|
||||
HitSampleInfo.HIT_WHISTLE,
|
||||
};
|
||||
|
||||
var actualSampleNames = new List<string>();
|
||||
|
||||
// due to pooling we can't access all samples right away due to object re-use,
|
||||
|
Reference in New Issue
Block a user