Update scenarios to use new TestRunHeadlessGameHost where feasible

This commit is contained in:
Dean Herbert
2021-08-18 15:32:59 +09:00
parent aaf828714c
commit dc44cc0eb3
4 changed files with 18 additions and 8 deletions

View File

@ -2,14 +2,14 @@
// See the LICENCE file in the repository root for full licence text.
using System.Runtime.CompilerServices;
using osu.Framework.Platform;
using osu.Framework.Testing;
namespace osu.Game.Tests
{
/// <summary>
/// A headless host which cleans up before running (removing any remnants from a previous execution).
/// </summary>
public class CleanRunHeadlessGameHost : HeadlessGameHost
public class CleanRunHeadlessGameHost : TestRunHeadlessGameHost
{
/// <summary>
/// Create a new instance.