1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

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
{
Type = ChannelType.Public,
Name = name
});
}