1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +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.ResetOnlineInfo();
beatmapInfo.UpdateLocalScores(s.Realm);
beatmapInfo.UpdateLocalScores(s.Realm!);
});
realm.Run(r => r.Refresh());