mirror of
https://github.com/ppy/osu
synced 2025-02-02 03:11:58 +00:00
update tests to match new bindable names
This commit is contained in:
parent
b7bdad4074
commit
e5171aaebf
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Mods
|
||||
{
|
||||
Mod = new OsuModMagnetised
|
||||
{
|
||||
AttractionStrength = { Value = strength },
|
||||
EasementStrength = { Value = strength },
|
||||
},
|
||||
PassCondition = () => true,
|
||||
Autoplay = false,
|
||||
|
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Mods
|
||||
{
|
||||
Mod = new OsuModRepel
|
||||
{
|
||||
RepulsionStrength = { Value = strength },
|
||||
EasementStrength = { Value = strength },
|
||||
},
|
||||
PassCondition = () => true,
|
||||
Autoplay = false,
|
||||
|
Loading…
Reference in New Issue
Block a user