mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00: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…
Reference in New Issue
Block a user