Fix testcase

This commit is contained in:
Dean Herbert
2018-11-13 15:36:36 +09:00
parent f241fcdba1
commit 82ebc74eee

View File

@ -106,6 +106,7 @@ namespace osu.Game.Tests.Visual
{ {
channelTabControl.AddChannel(new Channel channelTabControl.AddChannel(new Channel
{ {
Type = ChannelType.Public,
Name = name Name = name
}); });
} }