mirror of
https://github.com/ppy/osu.git
synced 2026-05-16 23:43:27 +08:00
7032ba9df1
`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.
7032ba9df1
·
2023-06-10 02:19:34 +09:00
History