mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:15:08 +08:00
Remove wrong assert
This commit is contained in:
parent
367dafab56
commit
4538e4b503
@ -93,7 +93,6 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
public void TestTopLeftOrigin()
|
||||
{
|
||||
AddStep("load content", () => loadContent(false, () => new SkinProvidingContainer(new TopLeftCursorSkin())));
|
||||
AddAssert("cursor top left", () => lastContainer.ActiveCursor.Origin == Anchor.TopLeft);
|
||||
}
|
||||
|
||||
private void loadContent(bool automated = true, Func<SkinProvidingContainer> skinProvider = null)
|
||||
|
Loading…
Reference in New Issue
Block a user