update tests to match new bindable names

This commit is contained in:
Gabe Livengood 2022-06-07 09:48:53 -04:00
parent b7bdad4074
commit e5171aaebf
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Mods
{
Mod = new OsuModMagnetised
{
AttractionStrength = { Value = strength },
EasementStrength = { Value = strength },
},
PassCondition = () => true,
Autoplay = false,

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Mods
{
Mod = new OsuModRepel
{
RepulsionStrength = { Value = strength },
EasementStrength = { Value = strength },
},
PassCondition = () => true,
Autoplay = false,