1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 03:22:55 +08:00

Mark test as fixture

This commit is contained in:
Dean Herbert 2023-02-17 13:39:31 +09:00
parent 99236f0ae8
commit 4560ae6b02

View File

@ -10,6 +10,7 @@ using osu.Game.Database;
namespace osu.Game.Tests.Database
{
[TestFixture]
public class LegacyExporterTest
{
private TestLegacyExporter legacyExporter = null!;