1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 08:03:12 +08:00
osu-lazer/osu.Game.Tests/Visual/Background
Bartłomiej Dach 17c19063f7
Fix user dim test scene accumulating no fail instances in SelectedMods
The old design was apparently somehow tolerant of multiple instances of
the same mod in `SelectedMods`, but the new one is not.

Fix the test, because appending to a list of mods that was getting
modified by previous tests is generally not how tests should be
written.
2022-05-05 22:16:56 +02:00
..
TestSceneBackgroundScreenDefault.cs Add failing test for storyboard not tracking current track 2021-12-27 12:28:49 +01:00
TestSceneSeasonalBackgroundLoader.cs Add failing assert for seasonal background equality 2021-06-15 23:19:33 +02:00
TestSceneUserDimBackgrounds.cs Fix user dim test scene accumulating no fail instances in SelectedMods 2022-05-05 22:16:56 +02:00
TestSceneUserDimContainer.cs Remove unnecessary string interpolation 2019-12-17 14:04:03 +09:00