mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Use local realm rather than fetching from dependencies
This commit is contained in:
@ -141,7 +141,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
|
|
||||||
AddStep("Add collection", () =>
|
AddStep("Add collection", () =>
|
||||||
{
|
{
|
||||||
Dependencies.Get<RealmAccess>().Write(r =>
|
Realm.Write(r =>
|
||||||
{
|
{
|
||||||
r.RemoveAll<BeatmapCollection>();
|
r.RemoveAll<BeatmapCollection>();
|
||||||
r.Add(new BeatmapCollection("wang"));
|
r.Add(new BeatmapCollection("wang"));
|
||||||
|
Reference in New Issue
Block a user