mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove explicit .Exit on IPC test
This commit is contained in:
@ -68,7 +68,6 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
waitForOrAssert(() => !File.Exists(temp), "Temporary still exists after IPC import", 5000);
|
||||
|
||||
host.Exit();
|
||||
client.Exit();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user