mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add missing test attributes
This commit is contained in:
@ -13,6 +13,7 @@ namespace osu.Game.Tests.Skins
|
||||
[TestFixture]
|
||||
public class LegacySkinDecoderTest
|
||||
{
|
||||
[Test]
|
||||
public void TestDecodeSkinColours()
|
||||
{
|
||||
var decoder = new LegacySkinDecoder();
|
||||
@ -35,6 +36,7 @@ namespace osu.Game.Tests.Skins
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestDecodeEmptySkinColours()
|
||||
{
|
||||
var decoder = new LegacySkinDecoder();
|
||||
@ -51,6 +53,7 @@ namespace osu.Game.Tests.Skins
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestDecodeEmptySkinColoursNoFallback()
|
||||
{
|
||||
var decoder = new LegacySkinDecoder();
|
||||
|
Reference in New Issue
Block a user