Fix a few inspections from EAP r#

This commit is contained in:
Dean Herbert
2019-07-08 16:34:11 +09:00
parent ffc3c9f8f6
commit 72362d92d4
3 changed files with 6 additions and 5 deletions

View File

@ -48,7 +48,7 @@ namespace osu.Game.Tests.Visual.UserInterface
},
};
breadcrumbs.Current.ValueChanged += screen => titleText.Text = $"Changed to {screen.NewValue.ToString()}";
breadcrumbs.Current.ValueChanged += screen => titleText.Text = $"Changed to {screen.NewValue}";
breadcrumbs.Current.TriggerChange();
waitForCurrent();