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