Update further tests to cache using IDialogOverlay

This commit is contained in:
Salman Ahmed
2022-04-18 21:04:22 +03:00
parent 5d5e46ede7
commit 3cbc6cd297
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Tests.Visual.SongSelect
{
public class TestSceneUserTopScoreContainer : OsuTestScene
{
[Cached]
[Cached(typeof(IDialogOverlay))]
private readonly DialogOverlay dialogOverlay;
public TestSceneUserTopScoreContainer()