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