Change base type of tests

Fixes missing API property
This commit is contained in:
Craftplacer
2021-05-27 01:47:00 +02:00
parent a679efac1c
commit 2166ab87c6

View File

@ -16,7 +16,7 @@ using osuTK.Input;
namespace osu.Game.Tests.Visual.Online
{
public class TestSceneMessageNotifier : ManualInputManagerTestScene
public class TestSceneMessageNotifier : OsuManualInputManagerTestScene
{
private User friend;
private Channel publicChannel;