1
0
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:
Dean Herbert 2023-07-07 16:28:49 +09:00
parent d72765b6f8
commit ba0ab7383d

View File

@ -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());