mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +08:00
Add realm Refresh
calls to ensure tests are stable
This commit is contained in:
parent
070f56c30c
commit
67c44552cb
@ -444,6 +444,8 @@ namespace osu.Game.Tests.Database
|
||||
|
||||
importAfterUpdate.PerformRead(updated =>
|
||||
{
|
||||
updated.Realm.Refresh();
|
||||
|
||||
string[] hashes = updated.Realm.All<BeatmapCollection>().Single().BeatmapMD5Hashes.ToArray();
|
||||
|
||||
if (allOriginalBeatmapsInCollection)
|
||||
@ -506,6 +508,8 @@ namespace osu.Game.Tests.Database
|
||||
|
||||
importAfterUpdate.PerformRead(updated =>
|
||||
{
|
||||
updated.Realm.Refresh();
|
||||
|
||||
string[] hashes = updated.Realm.All<BeatmapCollection>().Single().BeatmapMD5Hashes.ToArray();
|
||||
string updatedHash = updated.Beatmaps.Single(b => b.DifficultyName == "Hard").MD5Hash;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user