mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 21:02:59 +08:00
Fix incorrect test name + assertion
This commit is contained in:
parent
ba4307a74c
commit
1e2b425f3f
@ -120,7 +120,7 @@ namespace osu.Game.Tests.Visual.RealtimeMultiplayer
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestMultiplayerRoomPartedWhenAPIRoomJoined()
|
||||
public void TestMultiplayerRoomJoinedWhenAPIRoomJoined()
|
||||
{
|
||||
AddStep("create room manager with a room", () =>
|
||||
{
|
||||
@ -133,7 +133,7 @@ namespace osu.Game.Tests.Visual.RealtimeMultiplayer
|
||||
});
|
||||
});
|
||||
|
||||
AddAssert("multiplayer room parted", () => roomContainer.Client.Room != null);
|
||||
AddAssert("multiplayer room joined", () => roomContainer.Client.Room != null);
|
||||
}
|
||||
|
||||
private TestRealtimeRoomManager createRoomManager()
|
||||
|
Loading…
Reference in New Issue
Block a user