Fix assertions to work in both directions

This commit is contained in:
Dean Herbert
2022-01-30 02:54:51 +09:00
parent d3cb910cf8
commit d21464ea61
2 changed files with 8 additions and 2 deletions

View File

@ -414,6 +414,7 @@ namespace osu.Game.Tests.Visual.SongSelect
{
public void SetRetrievalState(PlaceholderState state)
{
Scores = null;
PlaceholderState = state;
}