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
No known key found for this signature in database
GPG Key ID: 0D94BDA3F64B90CE

View File

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