mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 03:39:53 +08:00
give better volume names to addVolumeSteps
This commit is contained in:
@@ -266,7 +266,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
[Test]
|
||||
public void TestMutedNotificationHighMasterVolume()
|
||||
{
|
||||
addVolumeSteps("high master volume", () =>
|
||||
addVolumeSteps("master and music volumes", () =>
|
||||
{
|
||||
audioManager.Volume.Value = 0.15;
|
||||
audioManager.VolumeTrack.Value = 0.01;
|
||||
@@ -276,7 +276,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
[Test]
|
||||
public void TestMutedNotificationLowMasterVolume()
|
||||
{
|
||||
addVolumeSteps("low master volume", () =>
|
||||
addVolumeSteps("master and music volumes", () =>
|
||||
{
|
||||
audioManager.Volume.Value = 0.01;
|
||||
audioManager.VolumeTrack.Value = 0.15;
|
||||
|
||||
Reference in New Issue
Block a user