Merge branch 'master' into skin-scaling-modes

This commit is contained in:
Dan Balasescu
2019-07-29 17:47:07 +09:00
committed by GitHub
28 changed files with 352 additions and 116 deletions

View File

@ -35,7 +35,7 @@ namespace osu.Game.Tests.Visual.Online
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]