mirror of
https://github.com/ppy/osu
synced 2024-12-18 12:55:37 +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")]
|
[Description("Testing chat api and overlay")]
|
||||||
internal class TestCaseChatDisplay : OsuTestCase
|
internal class TestCaseChatDisplay : OsuTestCase
|
||||||
{
|
{
|
||||||
private BeatmapSetOverlay beatmapSetOverlay;
|
private readonly BeatmapSetOverlay beatmapSetOverlay;
|
||||||
private readonly ChatOverlay chat;
|
private readonly ChatOverlay chat;
|
||||||
|
|
||||||
private DependencyContainer dependencies;
|
private DependencyContainer dependencies;
|
||||||
@ -21,12 +21,10 @@ namespace osu.Game.Tests.Visual
|
|||||||
|
|
||||||
public TestCaseChatDisplay()
|
public TestCaseChatDisplay()
|
||||||
{
|
{
|
||||||
chat = new ChatOverlay
|
Add(chat = new ChatOverlay
|
||||||
{
|
{
|
||||||
State = Visibility.Visible
|
State = Visibility.Visible
|
||||||
};
|
});
|
||||||
|
|
||||||
Add(chat);
|
|
||||||
|
|
||||||
Add(beatmapSetOverlay = new BeatmapSetOverlay());
|
Add(beatmapSetOverlay = new BeatmapSetOverlay());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user