mirror of https://github.com/ppy/osu
Fix outdated test attributes.
This commit is contained in:
parent
856e056515
commit
5ce102b36c
|
@ -15,7 +15,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
|
|||
[TestFixture]
|
||||
public class OsuLegacyDecoderTest
|
||||
{
|
||||
[TestFixtureSetUp]
|
||||
[OneTimeSetUpAttribute]
|
||||
public void SetUp()
|
||||
{
|
||||
OsuLegacyDecoder.Register();
|
||||
|
|
|
@ -10,7 +10,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
|||
[TestFixture]
|
||||
public class OszArchiveReaderTest
|
||||
{
|
||||
[TestFixtureSetUp]
|
||||
[OneTimeSetUpAttribute]
|
||||
public void SetUp()
|
||||
{
|
||||
OszArchiveReader.Register();
|
||||
|
|
Loading…
Reference in New Issue