1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 19:22:58 +08:00

Fix failing test

This commit is contained in:
iiSaLMaN 2019-11-07 19:12:18 +03:00
parent cee16e9419
commit 517f547590

View File

@ -130,7 +130,7 @@ namespace osu.Game.Tests.Gameplay
switch (global) switch (global)
{ {
case GlobalSkinConfiguration.ComboColours: case GlobalSkinConfiguration.ComboColours:
return SkinUtils.As<TValue>(new Bindable<List<Color4>>(ComboColours)); return SkinUtils.As<TValue>(new Bindable<IReadOnlyList<Color4>>(ComboColours));
} }
break; break;