Add test coverage of spectator requests

This commit is contained in:
Dean Herbert
2022-04-11 19:27:14 +09:00
parent 6a61fd95eb
commit 09d560c93e
2 changed files with 15 additions and 1 deletions

View File

@ -221,7 +221,7 @@ namespace osu.Game.Online.Spectator
});
}
public void WatchUser(int userId)
public virtual void WatchUser(int userId)
{
Debug.Assert(ThreadSafety.IsUpdateThread);