mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove unnecessary user assign in HitObjectSampleTest
This commit is contained in:
@ -15,7 +15,6 @@ using osu.Framework.Timing;
|
|||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Beatmaps.Formats;
|
using osu.Game.Beatmaps.Formats;
|
||||||
using osu.Game.IO;
|
using osu.Game.IO;
|
||||||
using osu.Game.Online.API.Requests.Responses;
|
|
||||||
using osu.Game.Rulesets;
|
using osu.Game.Rulesets;
|
||||||
using osu.Game.Rulesets.Objects;
|
using osu.Game.Rulesets.Objects;
|
||||||
using osu.Game.Screens.Ranking;
|
using osu.Game.Screens.Ranking;
|
||||||
@ -39,10 +38,7 @@ namespace osu.Game.Tests.Beatmaps
|
|||||||
private readonly BeatmapInfo beatmapInfo = new BeatmapInfo
|
private readonly BeatmapInfo beatmapInfo = new BeatmapInfo
|
||||||
{
|
{
|
||||||
BeatmapSet = new BeatmapSetInfo(),
|
BeatmapSet = new BeatmapSetInfo(),
|
||||||
Metadata = new BeatmapMetadata
|
Metadata = new BeatmapMetadata(),
|
||||||
{
|
|
||||||
Author = APIUser.SYSTEM_USER
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly TestResourceStore userSkinResourceStore = new TestResourceStore();
|
private readonly TestResourceStore userSkinResourceStore = new TestResourceStore();
|
||||||
|
Reference in New Issue
Block a user