mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 06:20:02 +08:00
46ec250d34
`TestSceneEditorTestGameplay` is not isolated from database, and one of the tests exiting editor when seeked to 60000 milliseconds (`TestClockTimeTransferIsOneDirectional()`) ended up changing `EditorTimestamp` to the same value, causing `TestSaveChangesBeforeGameplayTest()` to fail due to changing initial state. To fix, perform a direct deletion of imported beatmaps in realm to avert this scenario, contrary to the soft-deletion via `BeatmapManager` done previously.
46ec250d34
·
2023-06-06 20:21:55 +02:00
History