Change IPC to make sense.

This commit is contained in:
Dean Herbert
2017-03-04 18:51:16 +09:00
parent b294386077
commit aa9d85624d
6 changed files with 50 additions and 53 deletions

View File

@ -69,7 +69,7 @@ namespace osu.Game.Tests.Beatmaps.IO
Assert.IsTrue(File.Exists(temp));
var importer = new BeatmapImporter(client);
var importer = new BeatmapIPCChannel(client);
if (!importer.ImportAsync(temp).Wait(1000))
Assert.Fail(@"IPC took too long to send");