1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 12:22:57 +08:00

Reword comment

This commit is contained in:
Bartłomiej Dach 2023-07-04 22:22:57 +02:00
parent a55809733d
commit bcdbdf57ef
No known key found for this signature in database

View File

@ -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 =>
{