mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 13:22:55 +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.ResetOnlineInfo();
|
||||
beatmapInfo.UpdateLocalScores(s.Realm);
|
||||
beatmapInfo.UpdateLocalScores(s.Realm!);
|
||||
});
|
||||
|
||||
realm.Run(r => r.Refresh());
|
||||
|
Loading…
Reference in New Issue
Block a user