mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Remove unnecessary test step creating needless skins
This commit is contained in:
parent
a7e83aacfb
commit
61ea3f2e64
@ -22,13 +22,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
[SetUpSteps]
|
||||
public override void SetUpSteps()
|
||||
{
|
||||
AddStep("set empty legacy skin", () =>
|
||||
{
|
||||
var imported = skinManager.Import(new SkinInfo { Name = "test skin" }).Result;
|
||||
|
||||
skinManager.CurrentSkinInfo.Value = imported;
|
||||
});
|
||||
|
||||
base.SetUpSteps();
|
||||
|
||||
AddStep("reload skin editor", () =>
|
||||
|
Loading…
Reference in New Issue
Block a user