mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 17:47:18 +08:00
Fix incorrect disposal in teardown steps
This commit is contained in:
parent
21d60231b6
commit
10efb4bc6c
@ -77,7 +77,7 @@ namespace osu.Game.Tests.Visual.Navigation
|
||||
AddStep("dispose IPC receiver", () => osuSchemeLinkIPCReceiver.Dispose());
|
||||
AddStep("dispose IPC sender", () =>
|
||||
{
|
||||
osuSchemeLinkIPCReceiver.Dispose();
|
||||
osuSchemeLinkIPCSender.Dispose();
|
||||
ipcSenderHost.Dispose();
|
||||
});
|
||||
base.TearDownSteps();
|
||||
|
Loading…
x
Reference in New Issue
Block a user