osu/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
TestSceneSeasonalBackgroundLoader.cs
TestSceneUserDimBackgrounds.cs Fix user dim test scene accumulating no fail instances in `SelectedMods` 2022-05-05 22:16:56 +02:00
TestSceneUserDimContainer.cs