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

@ -97,7 +97,7 @@ namespace osu.Game.Tests.Visual.Settings
Depth = -1
});
Dependencies.Cache(dialogOverlay);
Dependencies.CacheAs<IDialogOverlay>(dialogOverlay);
}
}
}