mirror of
https://github.com/ppy/osu
synced 2024-12-18 04:46:09 +00:00
Fixed up style in the ChatDisplay test
This commit is contained in:
parent
65afbd5c1b
commit
006ac44e11
@ -12,7 +12,7 @@ namespace osu.Game.Tests.Visual
|
||||
[Description("Testing chat api and overlay")]
|
||||
internal class TestCaseChatDisplay : OsuTestCase
|
||||
{
|
||||
private BeatmapSetOverlay beatmapSetOverlay;
|
||||
private readonly BeatmapSetOverlay beatmapSetOverlay;
|
||||
private readonly ChatOverlay chat;
|
||||
|
||||
private DependencyContainer dependencies;
|
||||
@ -21,12 +21,10 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
public TestCaseChatDisplay()
|
||||
{
|
||||
chat = new ChatOverlay
|
||||
Add(chat = new ChatOverlay
|
||||
{
|
||||
State = Visibility.Visible
|
||||
};
|
||||
|
||||
Add(chat);
|
||||
});
|
||||
|
||||
Add(beatmapSetOverlay = new BeatmapSetOverlay());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user