This commit is contained in:
cdwcgt
2022-12-16 10:48:56 +09:00
parent 79e27c2d9d
commit a4d28aff6d
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Tests.Visual.Editing
{
AddStep("seek to 1000", () => EditorClock.Seek(1000));
AddAssert("time is 1000", () => EditorClock.CurrentTime == 1000);
AddStep("set current time as preview point", () => Editor.SetCurrectTimeAsPreview());
AddStep("set current time as preview point", () => Editor.SetCurrentTimeAsPreview());
AddAssert("preview time is 1000", () => EditorBeatmap.PreviewTime.Value == 1000);
}