mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 20:33:08 +08:00
Simplify test scene setup
This commit is contained in:
parent
83dad93b6d
commit
06b23b626e
@ -30,14 +30,10 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
private FriendsOnlineStatusControl control;
|
||||
|
||||
[SetUp]
|
||||
public void SetUp() => Schedule(() =>
|
||||
public void SetUp() => Schedule(() => Child = control = new FriendsOnlineStatusControl
|
||||
{
|
||||
Clear();
|
||||
Add(control = new FriendsOnlineStatusControl
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
});
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
});
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user