mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Merge pull request #4255 from peppy/fix-multiplayer-test-case
Fix MultiplayerTestCase not being abstract
This commit is contained in:
commit
31bbefb9a8
@ -7,7 +7,7 @@ using osu.Game.Online.Multiplayer;
|
||||
|
||||
namespace osu.Game.Tests.Visual
|
||||
{
|
||||
public class MultiplayerTestCase : OsuTestCase
|
||||
public abstract class MultiplayerTestCase : OsuTestCase
|
||||
{
|
||||
[Cached]
|
||||
private readonly Bindable<Room> currentRoom = new Bindable<Room>(new Room());
|
||||
|
Loading…
Reference in New Issue
Block a user