From a866572ca86622c4f3555d74ca2a67a1d8ae3fa8 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 22 Dec 2021 15:44:47 +0900 Subject: [PATCH] Add comment regarding host name choice --- osu.Game.Tests/Collections/IO/ImportCollectionsTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game.Tests/Collections/IO/ImportCollectionsTest.cs b/osu.Game.Tests/Collections/IO/ImportCollectionsTest.cs index ef1c993a66..686e053246 100644 --- a/osu.Game.Tests/Collections/IO/ImportCollectionsTest.cs +++ b/osu.Game.Tests/Collections/IO/ImportCollectionsTest.cs @@ -149,6 +149,7 @@ namespace osu.Game.Tests.Collections.IO } } + // Name matches the automatically chosen name from `CleanRunHeadlessGameHost` above, so we end up using the same storage location. using (HeadlessGameHost host = new TestRunHeadlessGameHost(nameof(TestSaveAndReload))) { try