Update usages to new naming

This commit is contained in:
Dean Herbert
2022-01-06 22:54:43 +09:00
parent 3ea7588a91
commit 00177a3ae1
42 changed files with 53 additions and 53 deletions

View File

@ -58,7 +58,7 @@ namespace osu.Game.Tests.Visual.Navigation
Ruleset = new OsuRuleset().RulesetInfo
},
}
}).WaitSafelyForResult().Value;
}).GetResultSafely().Value;
});
}
@ -132,7 +132,7 @@ namespace osu.Game.Tests.Visual.Navigation
OnlineID = i,
BeatmapInfo = beatmap.Beatmaps.First(),
Ruleset = ruleset ?? new OsuRuleset().RulesetInfo
}).WaitSafelyForResult().Value;
}).GetResultSafely().Value;
});
AddAssert($"import {i} succeeded", () => imported != null);