Remove incorrect test fixture specification

This commit is contained in:
Dean Herbert
2022-01-08 15:26:44 +09:00
parent a3c70ccdfc
commit ba4ef0926f

View File

@ -15,7 +15,6 @@ using osu.Game.Tests.Resources;
namespace osu.Game.Tests.Beatmaps.IO
{
[TestFixture]
public static class BeatmapImportHelper
{
public static async Task<BeatmapSetInfo> LoadQuickOszIntoOsu(OsuGameBase osu)