mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add test coverage
This commit is contained in:
@ -37,6 +37,12 @@ namespace osu.Game.Tests.Editing
|
||||
}));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestPatchNoObjectChanges()
|
||||
{
|
||||
runTest(new OsuBeatmap());
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestAddHitObject()
|
||||
{
|
||||
|
Reference in New Issue
Block a user