mirror of
https://github.com/ppy/osu.git
synced 2025-02-01 01:12:54 +08:00
Reword comment
This commit is contained in:
parent
a55809733d
commit
bcdbdf57ef
@ -454,7 +454,7 @@ namespace osu.Game.Tests.Database
|
|||||||
Assert.That(score.BeatmapInfo, Is.Null);
|
Assert.That(score.BeatmapInfo, Is.Null);
|
||||||
Assert.That(score.BeatmapHash, Is.EqualTo(originalHash));
|
Assert.That(score.BeatmapHash, Is.EqualTo(originalHash));
|
||||||
|
|
||||||
// imitate making local changes via editor
|
// imitate reverting the local changes made above
|
||||||
// ReSharper disable once MethodHasAsyncOverload
|
// ReSharper disable once MethodHasAsyncOverload
|
||||||
realm.Write(r =>
|
realm.Write(r =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user