mirror of
https://github.com/ppy/osu
synced 2025-01-25 23:32:58 +00: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]
|
||||
public void TestAddHitObject()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user