1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 00:20:52 +08:00

Reword comment

This commit is contained in:
Bartłomiej Dach
2023-07-04 22:22:57 +02:00
Unverified
parent a55809733d
commit bcdbdf57ef
@@ -454,7 +454,7 @@ namespace osu.Game.Tests.Database
Assert.That(score.BeatmapInfo, Is.Null);
Assert.That(score.BeatmapHash, Is.EqualTo(originalHash));
// imitate making local changes via editor
// imitate reverting the local changes made above
// ReSharper disable once MethodHasAsyncOverload
realm.Write(r =>
{