Fix bindable name in tests

This commit is contained in:
David Zhao
2019-02-20 16:56:57 +09:00
parent 1bd1b6b099
commit 5bf405f949

View File

@ -144,7 +144,7 @@ namespace osu.Game.Tests.Visual
public void UpdateBindables()
{
DimEnabled = Background.UpdateUserDim;
DimEnabled = Background.EnableUserDim;
}
public bool AssertDimmed()