1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

Fix test failure

This commit is contained in:
Dan Balasescu 2022-08-09 20:23:45 +09:00 committed by GitHub
parent 1270ee9624
commit 2de9e5f40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ namespace osu.Game.Tests.Visual.Editing
checkTime(100);
AddStep("Seek(99.999)", () => Clock.Seek(99.999));
AddStep("SeekForward, Snap", () => Clock.SeekForward(true));
checkTime(100);
checkTime(150);
AddStep("Seek(174)", () => Clock.Seek(174));
AddStep("SeekForward, Snap", () => Clock.SeekForward(true));
checkTime(175);