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

@ -21,7 +21,7 @@ namespace osu.Game.Tournament.Tests.NonVisual
public void CheckIPCLocation()
{
// don't use clean run because files are being written before osu! launches.
using (var host = new TestRunHeadlessGameHost(nameof(CheckIPCLocation), null))
using (var host = new TestRunHeadlessGameHost(nameof(CheckIPCLocation)))
{
string basePath = Path.Combine(host.UserStoragePaths.First(), nameof(CheckIPCLocation));