1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Rename export test step to better fit purpose

This commit is contained in:
Dean Herbert 2023-08-24 14:26:26 +09:00
parent 7312d1147d
commit 981e0c1ad7

View File

@ -468,7 +468,7 @@ namespace osu.Game.Rulesets.Osu.Tests
if (exportLocation != null)
{
AddStep("create beatmap", () =>
AddStep("export beatmap", () =>
{
var beatmapEncoder = new LegacyBeatmapEncoder(playableBeatmap, null);