Update usages of CleanRunHeadlessGameHost to match new signature

This commit is contained in:
Dean Herbert
2021-12-24 20:17:20 +09:00
parent 8cdad5f4d9
commit 4b88e257e5
6 changed files with 31 additions and 31 deletions

View File

@ -315,7 +315,7 @@ namespace osu.Game.Tests.NonVisual
public CustomTestHeadlessGameHost([CallerMemberName] string callingMethodName = @"")
: base(callingMethodName: callingMethodName)
{
string defaultStorageLocation = getDefaultLocationFor(callingMethodName);
string defaultStorageLocation = getDefaultLocationFor(Name);
InitialStorage = new DesktopStorage(defaultStorageLocation, this);
InitialStorage.DeleteDirectory(string.Empty);