Add test coverage

This commit is contained in:
Dean Herbert 2020-11-08 00:17:09 +09:00
parent 16f55de495
commit c2a5fd2832

View File

@ -37,6 +37,12 @@ namespace osu.Game.Tests.Editing
})); }));
} }
[Test]
public void TestPatchNoObjectChanges()
{
runTest(new OsuBeatmap());
}
[Test] [Test]
public void TestAddHitObject() public void TestAddHitObject()
{ {