mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Detach score during import tests to ensure original object doesn't get managed
This commit is contained in:
@ -192,6 +192,8 @@ namespace osu.Game.Tests.Scores.IO
|
||||
{
|
||||
var beatmapManager = osu.Dependencies.Get<BeatmapManager>();
|
||||
|
||||
// clone to avoid attaching the input score to realm.
|
||||
score = score.DeepClone();
|
||||
score.BeatmapInfo ??= beatmapManager.GetAllUsableBeatmapSets().First().Beatmaps.First();
|
||||
score.Ruleset ??= new OsuRuleset().RulesetInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user