Update comment

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dan Balasescu
2020-11-30 13:33:29 +09:00
committed by GitHub
parent 7e34c5e239
commit 6bea78619a

View File

@ -62,7 +62,7 @@ namespace osu.Game.Tests.Editing
string hash = handler.CurrentStateHash; string hash = handler.CurrentStateHash;
// save a save without making any changes // undo a change without saving
handler.RestoreState(-1); handler.RestoreState(-1);
Assert.That(originalHash, Is.EqualTo(handler.CurrentStateHash)); Assert.That(originalHash, Is.EqualTo(handler.CurrentStateHash));