Add failing test coverage for save after safeties addition

This commit is contained in:
Bartłomiej Dach
2022-01-23 19:50:02 +01:00
parent 4f1aac9345
commit afc48d86df
3 changed files with 11 additions and 5 deletions

View File

@ -97,7 +97,7 @@ namespace osu.Game.Tests.Visual
public new void Redo() => base.Redo();
public new void Save() => base.Save();
public new bool Save() => base.Save();
public new void Cut() => base.Cut();