mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix inspection (create a new ruleset every time)
This commit is contained in:
parent
216e52d6d0
commit
cc877f88e2
@ -18,7 +18,13 @@ namespace osu.Game.Tests.NonVisual
|
||||
{
|
||||
public class FirstAvailableHitWindowsTest
|
||||
{
|
||||
private TestDrawableRuleset testDrawableRuleset = new TestDrawableRuleset();
|
||||
private TestDrawableRuleset testDrawableRuleset;
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
testDrawableRuleset = new TestDrawableRuleset();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestResultIfOnlyParentHitWindowIsEmpty()
|
||||
|
Loading…
Reference in New Issue
Block a user