mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 00:23:21 +08:00
Fix broken test nullability
This commit is contained in:
parent
d72765b6f8
commit
ba0ab7383d
@ -383,7 +383,7 @@ namespace osu.Game.Tests.Database
|
|||||||
|
|
||||||
beatmapInfo.Hash = new_beatmap_hash;
|
beatmapInfo.Hash = new_beatmap_hash;
|
||||||
beatmapInfo.ResetOnlineInfo();
|
beatmapInfo.ResetOnlineInfo();
|
||||||
beatmapInfo.UpdateLocalScores(s.Realm);
|
beatmapInfo.UpdateLocalScores(s.Realm!);
|
||||||
});
|
});
|
||||||
|
|
||||||
realm.Run(r => r.Refresh());
|
realm.Run(r => r.Refresh());
|
||||||
|
Loading…
Reference in New Issue
Block a user