Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Valerus9
Copy link
Contributor

@Valerus9 Valerus9 commented Sep 6, 2025

Fixes the issue that caused TestDouble tests in NumberFormattingExtensionsTest to fail.

Note: There is still a test failing for the same reason (TestTooltip in TestSceneModIcon) which couldn't fix due to not being able to find where the conversion from number to string goes wrong.

@diquoks
Copy link
Contributor

diquoks commented Sep 9, 2025

Note: There is still a test failing for the same reason (TestTooltip in TestSceneModIcon) which couldn't fix due to not being able to find where the conversion from number to string goes wrong.

maybe smth can be done with this?

public override IEnumerable<(LocalisableString setting, LocalisableString value)> SettingDescription
{
get
{
if (!SpeedChange.IsDefault)
yield return ("Speed change", $"{SpeedChange.Value:N2}x");
}
}

@Valerus9
Copy link
Contributor Author

@diquoks Yeah that was it. Thanks

@bdach bdach merged commit 5336bcd into ppy:master Sep 29, 2025
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants