mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fix testcase
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using JetBrains.Annotations;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Timing;
|
using osu.Framework.Timing;
|
||||||
@ -32,7 +33,8 @@ namespace osu.Game.Tests.Visual
|
|||||||
typeof(HitObjectMask),
|
typeof(HitObjectMask),
|
||||||
typeof(HitCircleMask),
|
typeof(HitCircleMask),
|
||||||
typeof(SliderMask),
|
typeof(SliderMask),
|
||||||
typeof(SliderCircleMask)
|
typeof(SliderCircleMask),
|
||||||
|
typeof(NotNullAttribute)
|
||||||
};
|
};
|
||||||
|
|
||||||
private DependencyContainer dependencies;
|
private DependencyContainer dependencies;
|
||||||
|
Reference in New Issue
Block a user