Remove redundant parameters

This commit is contained in:
Dean Herbert
2022-10-29 00:24:33 +09:00
parent 0c25658805
commit 19e0b9085c
4 changed files with 4 additions and 4 deletions

View File

@ -188,7 +188,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(firstRunName, null))
using (HeadlessGameHost host = new TestRunHeadlessGameHost(firstRunName))
{
try
{