mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09:00
Add test coverage
This commit is contained in:
parent
16f55de495
commit
c2a5fd2832
@ -37,6 +37,12 @@ namespace osu.Game.Tests.Editing
|
|||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void TestPatchNoObjectChanges()
|
||||||
|
{
|
||||||
|
runTest(new OsuBeatmap());
|
||||||
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestAddHitObject()
|
public void TestAddHitObject()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user