1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 02:57:18 +08:00

Remove duplicated assert

This commit is contained in:
Dan Balasescu 2025-03-04 17:22:19 +09:00
parent a0888a7f2c
commit 5b0e54a77d
No known key found for this signature in database

View File

@ -533,8 +533,6 @@ namespace osu.Game.Tests.Visual.Editing
ensureEditorLoaded();
ensureEditorLoaded();
AddStep("set difficulty name", () => EditorBeatmap.BeatmapInfo.DifficultyName = duplicate_difficulty_name);
AddStep("try to save beatmap", () => Editor.Save());
AddAssert("beatmap set not corrupted", () =>