mirror of https://github.com/ppy/osu
Add test
This commit is contained in:
parent
f7b9ddb48c
commit
de8f502871
|
@ -35,7 +35,7 @@ public class TestSceneChatOverlay : ManualInputManagerTestScene
|
|||
private TestChatOverlay chatOverlay;
|
||||
private ChannelManager channelManager;
|
||||
|
||||
private readonly Channel channel1 = new Channel(new User()) { Name = "test1" };
|
||||
private readonly Channel channel1 = new Channel(new User()) { Name = "test really long username" };
|
||||
private readonly Channel channel2 = new Channel(new User()) { Name = "test2" };
|
||||
|
||||
[SetUp]
|
||||
|
|
Loading…
Reference in New Issue